COLOR #6C5E1E

HEX: #6C5E1E
RGB: (108,94,30)

Color info

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

RGB color model

#6C5E1E color RGB value is (108,94,30).

  • red value is 108;
  • green value is 94;
  • blue value is 30.
RGB:
(108,94,30)
(42%,37%,12%)

RGB channels and saturation

R 108 of 255 = 42%
G 94 of 255 = 37%
B 30 of 255 = 12%

108
94
30

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

Portions of RGB colors in percentages

R + G + B =
108 + 94 + 30 = 232 (100%)
R 108 of 232 ~ 46.55%
G 94 of 232 ~ 40.52%
B 30 of 232 ~ 12.93%

%46.55
%40.52
%12.93

CMYK color model

#6C5E1E color CMYK value is (0,13,72,58).

  • cyan value is 0.00%
  • magenta value is 12.96%
  • yellow value is 72.22%
  • key color value is 57.65%
CMYK:
(0,13,72,58)
C0M13Y72K58 
(0%,13%,72%,58%)
(0.00/0.13/0.72/0.58)	

CMYK percentages

%0
%12.96
%72.22
%57.65

Codes

Color #6C5E1E in popluar color models

6C5E1E
RGB1089430
HSL49°56.52%27.06%
HSB/HSV49°72.22%42.35%
CMYK0.00%12.96%72.22%
57.65%

Color #6C5E1E in popluar number systems.

HEX6C5E1E
Decimal1089430
Binary1101100101111011110
Octal15413636

Shades and tints

Shades of #6C5E1E

#6C5E1E
(108,94,30)
#63561C
(99,86,28)
#5A4E1A
(90,78,26)
#514618
(81,70,24)
#483E16
(72,62,22)
#3F3614
(63,54,20)
#362E12
(54,46,18)
#2D2610
(45,38,16)
#241E0E
(36,30,14)
#1B160C
(27,22,12)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #6C5E1E

#6C5E1E
(108,94,30)
#796C32
(121,108,50)
#867A46
(134,122,70)
#93885A
(147,136,90)
#A0966E
(160,150,110)
#ADA482
(173,164,130)
#BAB296
(186,178,150)
#C7C0AA
(199,192,170)
#D4CEBE
(212,206,190)
#E1DCD2
(225,220,210)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5E1E color. Also use rgb(108,94,30) instead hex code.

Text Font Color

.myTextColor { color: #6C5E1E; }

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

This text font color is #6C5E1E.


Background Color

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

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

This div background color is #6C5E1E.


Border color

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

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

This div border color is #6C5E1E.


Opacity

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

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

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

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

This text has shadow with #6C5E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5E1E on black background.


Color preview on white background

This text has color #6C5E1E on white background.



Black color preview on #6C5E1E background

This text has black color on #6C5E1E background.


White color preview on #6C5E1E background

This text has white color on #6C5E1E background.