COLOR #6C5A20

HEX: #6C5A20 RGB: (108,90,32)

Color info

#6C5A20 contains mainly red and green colors. Web safe color of #6C5A20 is #666633 (or #663).

RGB color model

#6C5A20 color RGB value is (108,90,32).

RGB: (108,90,32) (42%, 35%, 13%)

RGB channels and saturation

R 108 of 255 = 42%
G 90 of 255 = 35%
B 32 of 255 = 13%

108
90
32

R + G + B ~ 30%. #6C5A20 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 90 + 32 = 230 (100%)
R 108 of 230 ~ 46.96%
G 90 of 230 ~ 39.13%
B 32 of 230 ~ 13.91'%

%46.96
%39.13
%13.91

CMYK color model

#6C5A20 color CMYK value is (0,17,70,58).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 70.37%
  • key color value is 57.65%

CMYK: (0,17,70,58)
C0M17Y70K58 (0%, 17%, 70%, 58%)
(0.00 / 0.17 / 0.70 / 0.58)

CMYK percentages

%0
%16.67
%70.37
%57.65

Codes

Color #6C5A20 in popluar color models

6C 5A 20
RGB 108 90 32
HSL 46° 54.29% 27.45%
HSB/HSV 46° 70.37% 42.35%
CMYK 0.00% 16.67% 70.37%
57.65%

Color #6C5A20 in popluar number systems.

HEX 6C 5A 20
Decimal 108 90 32
Binary 1101100 1011010 100000
Octal 154 132 40

Shades and tints

Shades of #6C5A20

#6C5A20
(108,90,32)
#63521E
(99,82,30)
#5A4A1C
(90,74,28)
#51421A
(81,66,26)
#483A18
(72,58,24)
#3F3216
(63,50,22)
#362A14
(54,42,20)
#2D2212
(45,34,18)
#241A10
(36,26,16)
#1B120E
(27,18,14)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #6C5A20

#6C5A20
(108,90,32)
#796934
(121,105,52)
#867848
(134,120,72)
#93875C
(147,135,92)
#A09670
(160,150,112)
#ADA584
(173,165,132)
#BAB498
(186,180,152)
#C7C3AC
(199,195,172)
#D4D2C0
(212,210,192)
#E1E1D4
(225,225,212)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5A20 color. Also use rgb(108,90,32) instead hex code.

Text Font Color

.myTextColor { color: #6C5A20; }

<p style="color:#6C5A20">This sample text font color is #6C5A20.</p>

This text font color is #6C5A20.

Background Color

.myBgColor { background-color: #6C5A20; }

<div style="background-color:#6C5A20">Inner text</div>

This div background color is #6C5A20.

Border color

.myBorderColor { border: 1px solid #6C5A20; }

<div style="border:3px solid #6C5A20">Div</div>

This div border color is #6C5A20.

Opacity

.myOpacity80 { color: #6C5A20; opacity: 0.8; }

<p style="color:#6C5A20;opacity:0.8;">80%</p>

Text with #6C5A20 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6C5A20;}

<p style="text-shadow: 3px 3px 1px #6C5A20">Text here.</p>

This text has shadow with #6C5A20 color.


.textShadow {text-shadow: 3px 3px 1px #6C5A20', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6C5A20, 5px 5px 20px red">Text here.</p>

This text has shadow with #6C5A20 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C5A20, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6C5A20, Direction=45, Strength=4)">Text</p>

This text has shadow with #6C5A20 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6C5A20;
-webkit-box-shadow: 1px 1px 3px 2px #6C5A20;
box-shadow: 1px 1px 3px 2px #6C5A20;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6C5A20; -webkit-box-shadow: 1px 1px 3px 2px #6C5A20; box-shadow:1px 1px 3px 2px #6C5A20;">
Div content here
</div>

This div box has shadow with color #6C5A20.

Preview

Color preview on black background

This text has color #6C5A20 on black background.


Color preview on white background

This text has color #6C5A20 on white background.


Black color preview on #6C5A20 background

This text has black color on #6C5A20 background.


White color preview on #6C5A20 background

This text has white color on #6C5A20 background.


Related colors

Complementary color

Complementary color for #hex is #93A5DF.


I love getcolorcode.com

Triadic colors

1 #206C5A and #5A206C with #6C5A20 are triadic colors.

2 #205A6C and #5A6C20 with #6C5A20 are triadic colors.