COLOR #6C5D36

HEX: #6C5D36
RGB: (108,93,54)

Color info

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

RGB color model

#6C5D36 color RGB value is (108,93,54).

  • red value is 108;
  • green value is 93;
  • blue value is 54.
RGB:
(108,93,54)
(42%,36%,21%)

RGB channels and saturation

R 108 of 255 = 42%
G 93 of 255 = 36%
B 54 of 255 = 21%

108
93
54

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

Portions of RGB colors in percentages

R + G + B =
108 + 93 + 54 = 255 (100%)
R 108 of 255 ~ 42.35%
G 93 of 255 ~ 36.47%
B 54 of 255 ~ 21.18%

%42.35
%36.47
%21.18

CMYK color model

#6C5D36 color CMYK value is (0,14,50,58).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 50.00%
  • key color value is 57.65%
CMYK:
(0,14,50,58)
C0M14Y50K58 
(0%,14%,50%,58%)
(0.00/0.14/0.50/0.58)	

CMYK percentages

%0
%13.89
%50
%57.65

Codes

Color #6C5D36 in popluar color models

6C5D36
RGB1089354
HSL43°33.33%31.76%
HSB/HSV43°50.00%42.35%
CMYK0.00%13.89%50.00%
57.65%

Color #6C5D36 in popluar number systems.

HEX6C5D36
Decimal1089354
Binary11011001011101110110
Octal15413566

Shades and tints

Shades of #6C5D36

#6C5D36
(108,93,54)
#635532
(99,85,50)
#5A4D2E
(90,77,46)
#51452A
(81,69,42)
#483D26
(72,61,38)
#3F3522
(63,53,34)
#362D1E
(54,45,30)
#2D251A
(45,37,26)
#241D16
(36,29,22)
#1B1512
(27,21,18)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #6C5D36

#6C5D36
(108,93,54)
#796B48
(121,107,72)
#86795A
(134,121,90)
#93876C
(147,135,108)
#A0957E
(160,149,126)
#ADA390
(173,163,144)
#BAB1A2
(186,177,162)
#C7BFB4
(199,191,180)
#D4CDC6
(212,205,198)
#E1DBD8
(225,219,216)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5D36 color. Also use rgb(108,93,54) instead hex code.

Text Font Color

.myTextColor { color: #6C5D36; }

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

This text font color is #6C5D36.


Background Color

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

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

This div background color is #6C5D36.


Border color

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

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

This div border color is #6C5D36.


Opacity

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

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

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

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

This text has shadow with #6C5D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5D36 on black background.


Color preview on white background

This text has color #6C5D36 on white background.



Black color preview on #6C5D36 background

This text has black color on #6C5D36 background.


White color preview on #6C5D36 background

This text has white color on #6C5D36 background.