crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#6a1c01 hex color - Brown - Warm color - Information

#6a1c01 hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #6a1c01 Color code in RGB color code model is created after adding 41.57% red color, 10.98% green color and 0.39% blue color. Hex #6a1c01 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 99% yellow and 58% black.

Hex #6a1c01 color code is between #662200 web safe hex color code and #771100 web safe hex color code. #662200 is the nearest web safe color code. You can see here many more shades of #6a1c01 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code6a1c01#6a1c01
RGB Decimal106, 28, 1rgb(106, 28, 1)
RGB Percent42%, 11%, 0%rgb(42%, 11%, 0%)
CSS RGBa106, 28, 1,1rgba(106,28,1,1)
CMYK Modelcmyk(0%,74%,99%,58%)
HSL Color Space15,98% ,21%hsl(15,98% ,21%)
HSV Color Space15°, 99%, 42%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011010100001110000000001
Octal152341
Decimal106281
Hex6a1c01

Different shades of #6a1c01 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #6a1c01
#9d2901
Dark Shade of #6a1c01
#370f01
Saturated Shade of #6a1c01
#6b1c00
Desaturated Shade of #6a1c01
#651f06
Grey scale Shade of #6a1c01
#353535
Brighten Shade
#83351a
Most Readable Shade
#FFFFFF

Shades of #6a1c01 color code

Generate more color scales with scales (color stack) generator.

#6a1c01
#5e1800
#521500
#461200
#3a0f00
#2f0c00
#230900
#170600
#0b0300
#000000

Similar Color like #6a1c01 color

Find visually similar hex color codes nearing to #6a1c01 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#6b1d02
#6c1e03
#6d1f04
#6e2005
#6f2106
#702207
#712308
#722409
#73250a
#74260b
#75270c
#76280d
#77290e
#782a0f
#691b00
#681a00
#671900
#661800
#651700
#641600
#631500
#621400
#611300
#601200
#5f1100
#5e1000
#5d0f00
#5c0e00

Monochromatic Color with #6a1c01

#6a1c01
#942701
#bf3202
#e93e02
#150600
#3f1101

Tints of #6a1c01 Color

#6a1c01
#7a351d
#8b4e39
#9b6755
#ac8071
#bc9a8e
#cdb3aa
#ddccc6
#eee5e2
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#6a1c01
#014f6a

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#6a1c01
#016a50
#011b6a

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#6a0110
#6a0701
#6a1c01
#6a3101
#6a4601

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#6a1c01
#016a1c
#1c016a

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#6a1c01
#1a6a01
#014f6a
#50016a

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#6a1c01
#014f6a
#011b6a
#6a5101

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #6a1c01 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#6a1c01 Color Code Preview on Black Background Color

This is how #6a1c01 Color will look on black background color. Color contrast ratio is 1.78

#6a1c01 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#6a1c01">Your Example Paragraph content text in with font color #6a1c01 </p>

Your Example Paragraph content text in with font color #6a1c01

HTML with inline CSS

<div style="color:#6a1c01">Your Paragraph text in with font color #6a1c01 </div>

Your Example Paragraph content text in with font color #6a1c01

#6a1c01 color code is use for CSS Background Color

Background color for the above div is #6a1c01

HTML with inline CSS

<div style="background-color:#6a1c01;"></div>

#6a1c01 color code is use for CSS Border Color

CSS Border color for the above div is #6a1c01

HTML with inline CSS

<div style="border:5px solid #6a1c01;"></div>

CSS Border Left color for the above div is #6a1c01

HTML with inline CSS

<div style="border-left:5px solid #6a1c01;"></div>

CSS Border Right color for the above div is #6a1c01

HTML with inline CSS

<div style="border-right:5px solid #6a1c01;"></div>

CSS Border Bottom color for the above div is #6a1c01

HTML with inline CSS

<div style="border-bottom:5px solid #6a1c01;"></div>

CSS Border Top color for the above div is #6a1c01

HTML with inline CSS

<div style="border-top:5px solid #6a1c01;"></div>

#6a1c01 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#6a1c01; } .examplecolorclass {color:#6a1c01; } .examplebordercolor {border:3px solid #6a1c01; }

#6a1c01 Color code Preview on White Background

This is how #6a1c01 Color code will look on white background color. Color contrast ratio is 11.80

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #6a1c01; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #6a1c01; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.