COLOR #6C5E34

HEX: #6C5E34
RGB: (108,94,52)

Color info

#6C5E34 contains red, green and blue colors in about the same proportion. Web safe color of #6C5E34 is #666633 (or #663).

RGB color model

#6C5E34 color RGB value is (108,94,52).

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

RGB channels and saturation

R 108 of 255 = 42%
G 94 of 255 = 37%
B 52 of 255 = 20%

108
94
52

R + G + B ~ 33%. #6C5E34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 94 + 52 = 254 (100%)
R 108 of 254 ~ 42.52%
G 94 of 254 ~ 37.01%
B 52 of 254 ~ 20.47%

%42.52
%37.01
%20.47

CMYK color model

#6C5E34 color CMYK value is (0,13,52,58).

  • cyan value is 0.00%
  • magenta value is 12.96%
  • yellow value is 51.85%
  • key color value is 57.65%
CMYK:
(0,13,52,58)
C0M13Y52K58 
(0%,13%,52%,58%)
(0.00/0.13/0.52/0.58)	

CMYK percentages

%0
%12.96
%51.85
%57.65

Codes

Color #6C5E34 in popluar color models

6C5E34
RGB1089452
HSL45°35.00%31.37%
HSB/HSV45°51.85%42.35%
CMYK0.00%12.96%51.85%
57.65%

Color #6C5E34 in popluar number systems.

HEX6C5E34
Decimal1089452
Binary11011001011110110100
Octal15413664

Shades and tints

Shades of #6C5E34

#6C5E34
(108,94,52)
#635630
(99,86,48)
#5A4E2C
(90,78,44)
#514628
(81,70,40)
#483E24
(72,62,36)
#3F3620
(63,54,32)
#362E1C
(54,46,28)
#2D2618
(45,38,24)
#241E14
(36,30,20)
#1B1610
(27,22,16)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #6C5E34

#6C5E34
(108,94,52)
#796C46
(121,108,70)
#867A58
(134,122,88)
#93886A
(147,136,106)
#A0967C
(160,150,124)
#ADA48E
(173,164,142)
#BAB2A0
(186,178,160)
#C7C0B2
(199,192,178)
#D4CEC4
(212,206,196)
#E1DCD6
(225,220,214)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5E34; }

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

This text font color is #6C5E34.


Background Color

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

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

This div background color is #6C5E34.


Border color

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

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

This div border color is #6C5E34.


Opacity

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

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

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

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

This text has shadow with #6C5E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5E34 on black background.


Color preview on white background

This text has color #6C5E34 on white background.



Black color preview on #6C5E34 background

This text has black color on #6C5E34 background.


White color preview on #6C5E34 background

This text has white color on #6C5E34 background.