COLOR #6C5F39

HEX: #6C5F39
RGB: (108,95,57)

Color info

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

RGB color model

#6C5F39 color RGB value is (108,95,57).

  • red value is 108;
  • green value is 95;
  • blue value is 57.
RGB:
(108,95,57)
(42%,37%,22%)

RGB channels and saturation

R 108 of 255 = 42%
G 95 of 255 = 37%
B 57 of 255 = 22%

108
95
57

R + G + B ~ 34%. #6C5F39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 95 + 57 = 260 (100%)
R 108 of 260 ~ 41.54%
G 95 of 260 ~ 36.54%
B 57 of 260 ~ 21.92%

%41.54
%36.54
%21.92

CMYK color model

#6C5F39 color CMYK value is (0,12,47,58).

  • cyan value is 0.00%
  • magenta value is 12.04%
  • yellow value is 47.22%
  • key color value is 57.65%
CMYK:
(0,12,47,58)
C0M12Y47K58 
(0%,12%,47%,58%)
(0.00/0.12/0.47/0.58)	

CMYK percentages

%0
%12.04
%47.22
%57.65

Codes

Color #6C5F39 in popluar color models

6C5F39
RGB1089557
HSL45°30.91%32.35%
HSB/HSV45°47.22%42.35%
CMYK0.00%12.04%47.22%
57.65%

Color #6C5F39 in popluar number systems.

HEX6C5F39
Decimal1089557
Binary11011001011111111001
Octal15413771

Shades and tints

Shades of #6C5F39

#6C5F39
(108,95,57)
#635734
(99,87,52)
#5A4F2F
(90,79,47)
#51472A
(81,71,42)
#483F25
(72,63,37)
#3F3720
(63,55,32)
#362F1B
(54,47,27)
#2D2716
(45,39,22)
#241F11
(36,31,17)
#1B170C
(27,23,12)
#120F07
(18,15,7)
#000000
(0,0,0)

Tints of #6C5F39

#6C5F39
(108,95,57)
#796D4B
(121,109,75)
#867B5D
(134,123,93)
#93896F
(147,137,111)
#A09781
(160,151,129)
#ADA593
(173,165,147)
#BAB3A5
(186,179,165)
#C7C1B7
(199,193,183)
#D4CFC9
(212,207,201)
#E1DDDB
(225,221,219)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5F39 color. Also use rgb(108,95,57) instead hex code.

Text Font Color

.myTextColor { color: #6C5F39; }

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

This text font color is #6C5F39.


Background Color

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

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

This div background color is #6C5F39.


Border color

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

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

This div border color is #6C5F39.


Opacity

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

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

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

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

This text has shadow with #6C5F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5F39 on black background.


Color preview on white background

This text has color #6C5F39 on white background.



Black color preview on #6C5F39 background

This text has black color on #6C5F39 background.


White color preview on #6C5F39 background

This text has white color on #6C5F39 background.