COLOR #6C5624

HEX: #6C5624
RGB: (108,86,36)

Color info

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

RGB color model

#6C5624 color RGB value is (108,86,36).

  • red value is 108;
  • green value is 86;
  • blue value is 36.
RGB:
(108,86,36)
(42%,34%,14%)

RGB channels and saturation

R 108 of 255 = 42%
G 86 of 255 = 34%
B 36 of 255 = 14%

108
86
36

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

Portions of RGB colors in percentages

R + G + B =
108 + 86 + 36 = 230 (100%)
R 108 of 230 ~ 46.96%
G 86 of 230 ~ 37.39%
B 36 of 230 ~ 15.65%

%46.96
%37.39
%15.65

CMYK color model

#6C5624 color CMYK value is (0,20,67,58).

  • cyan value is 0.00%
  • magenta value is 20.37%
  • yellow value is 66.67%
  • key color value is 57.65%
CMYK:
(0,20,67,58)
C0M20Y67K58 
(0%,20%,67%,58%)
(0.00/0.20/0.67/0.58)	

CMYK percentages

%0
%20.37
%66.67
%57.65

Codes

Color #6C5624 in popluar color models

6C5624
RGB1088636
HSL42°50.00%28.24%
HSB/HSV42°66.67%42.35%
CMYK0.00%20.37%66.67%
57.65%

Color #6C5624 in popluar number systems.

HEX6C5624
Decimal1088636
Binary11011001010110100100
Octal15412644

Shades and tints

Shades of #6C5624

#6C5624
(108,86,36)
#634F21
(99,79,33)
#5A481E
(90,72,30)
#51411B
(81,65,27)
#483A18
(72,58,24)
#3F3315
(63,51,21)
#362C12
(54,44,18)
#2D250F
(45,37,15)
#241E0C
(36,30,12)
#1B1709
(27,23,9)
#121006
(18,16,6)
#000000
(0,0,0)

Tints of #6C5624

#6C5624
(108,86,36)
#796537
(121,101,55)
#86744A
(134,116,74)
#93835D
(147,131,93)
#A09270
(160,146,112)
#ADA183
(173,161,131)
#BAB096
(186,176,150)
#C7BFA9
(199,191,169)
#D4CEBC
(212,206,188)
#E1DDCF
(225,221,207)
#EEECE2
(238,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5624 color. Also use rgb(108,86,36) instead hex code.

Text Font Color

.myTextColor { color: #6C5624; }

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

This text font color is #6C5624.


Background Color

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

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

This div background color is #6C5624.


Border color

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

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

This div border color is #6C5624.


Opacity

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

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

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

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

This text has shadow with #6C5624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5624 on black background.


Color preview on white background

This text has color #6C5624 on white background.



Black color preview on #6C5624 background

This text has black color on #6C5624 background.


White color preview on #6C5624 background

This text has white color on #6C5624 background.