COLOR #6C5420

HEX: #6C5420
RGB: (108,84,32)

Color info

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

RGB color model

#6C5420 color RGB value is (108,84,32).

  • red value is 108;
  • green value is 84;
  • blue value is 32.
RGB:
(108,84,32)
(42%,33%,13%)

RGB channels and saturation

R 108 of 255 = 42%
G 84 of 255 = 33%
B 32 of 255 = 13%

108
84
32

R + G + B ~ 29%. #6C5420 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 84 + 32 = 224 (100%)
R 108 of 224 ~ 48.21%
G 84 of 224 ~ 37.5%
B 32 of 224 ~ 14.29%

%48.21
%37.5
%14.29

CMYK color model

#6C5420 color CMYK value is (0,22,70,58).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 70.37%
  • key color value is 57.65%
CMYK:
(0,22,70,58)
C0M22Y70K58 
(0%,22%,70%,58%)
(0.00/0.22/0.70/0.58)	

CMYK percentages

%0
%22.22
%70.37
%57.65

Codes

Color #6C5420 in popluar color models

6C5420
RGB1088432
HSL41°54.29%27.45%
HSB/HSV41°70.37%42.35%
CMYK0.00%22.22%70.37%
57.65%

Color #6C5420 in popluar number systems.

HEX6C5420
Decimal1088432
Binary11011001010100100000
Octal15412440

Shades and tints

Shades of #6C5420

#6C5420
(108,84,32)
#634D1E
(99,77,30)
#5A461C
(90,70,28)
#513F1A
(81,63,26)
#483818
(72,56,24)
#3F3116
(63,49,22)
#362A14
(54,42,20)
#2D2312
(45,35,18)
#241C10
(36,28,16)
#1B150E
(27,21,14)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #6C5420

#6C5420
(108,84,32)
#796334
(121,99,52)
#867248
(134,114,72)
#93815C
(147,129,92)
#A09070
(160,144,112)
#AD9F84
(173,159,132)
#BAAE98
(186,174,152)
#C7BDAC
(199,189,172)
#D4CCC0
(212,204,192)
#E1DBD4
(225,219,212)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5420; }

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

This text font color is #6C5420.


Background Color

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

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

This div background color is #6C5420.


Border color

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

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

This div border color is #6C5420.


Opacity

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

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

Text with #6C5420 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 #6C5420;}

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

This text has shadow with #6C5420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5420 on black background.


Color preview on white background

This text has color #6C5420 on white background.



Black color preview on #6C5420 background

This text has black color on #6C5420 background.


White color preview on #6C5420 background

This text has white color on #6C5420 background.