COLOR #6C5A47

HEX: #6C5A47
RGB: (108,90,71)

Color info

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

RGB color model

#6C5A47 color RGB value is (108,90,71).

  • red value is 108;
  • green value is 90;
  • blue value is 71.
RGB:
(108,90,71)
(42%,35%,28%)

RGB channels and saturation

R 108 of 255 = 42%
G 90 of 255 = 35%
B 71 of 255 = 28%

108
90
71

R + G + B ~ 35%. #6C5A47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 90 + 71 = 269 (100%)
R 108 of 269 ~ 40.15%
G 90 of 269 ~ 33.46%
B 71 of 269 ~ 26.39%

%40.15
%33.46
%26.39

CMYK color model

#6C5A47 color CMYK value is (0,17,34,58).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 34.26%
  • key color value is 57.65%
CMYK:
(0,17,34,58)
C0M17Y34K58 
(0%,17%,34%,58%)
(0.00/0.17/0.34/0.58)	

CMYK percentages

%0
%16.67
%34.26
%57.65

Codes

Color #6C5A47 in popluar color models

6C5A47
RGB1089071
HSL31°20.67%35.10%
HSB/HSV31°34.26%42.35%
CMYK0.00%16.67%34.26%
57.65%

Color #6C5A47 in popluar number systems.

HEX6C5A47
Decimal1089071
Binary110110010110101000111
Octal154132107

Shades and tints

Shades of #6C5A47

#6C5A47
(108,90,71)
#635241
(99,82,65)
#5A4A3B
(90,74,59)
#514235
(81,66,53)
#483A2F
(72,58,47)
#3F3229
(63,50,41)
#362A23
(54,42,35)
#2D221D
(45,34,29)
#241A17
(36,26,23)
#1B1211
(27,18,17)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #6C5A47

#6C5A47
(108,90,71)
#796957
(121,105,87)
#867867
(134,120,103)
#938777
(147,135,119)
#A09687
(160,150,135)
#ADA597
(173,165,151)
#BAB4A7
(186,180,167)
#C7C3B7
(199,195,183)
#D4D2C7
(212,210,199)
#E1E1D7
(225,225,215)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5A47 color. Also use rgb(108,90,71) instead hex code.

Text Font Color

.myTextColor { color: #6C5A47; }

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

This text font color is #6C5A47.


Background Color

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

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

This div background color is #6C5A47.


Border color

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

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

This div border color is #6C5A47.


Opacity

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

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

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

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

This text has shadow with #6C5A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5A47 on black background.


Color preview on white background

This text has color #6C5A47 on white background.



Black color preview on #6C5A47 background

This text has black color on #6C5A47 background.


White color preview on #6C5A47 background

This text has white color on #6C5A47 background.