COLOR #6C5A56

HEX: #6C5A56
RGB: (108,90,86)

Color info

#6C5A56 contains red, green and blue colors in about the same proportion. Web safe color of #6C5A56 is #666666 (or #666).

RGB color model

#6C5A56 color RGB value is (108,90,86).

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

RGB channels and saturation

R 108 of 255 = 42%
G 90 of 255 = 35%
B 86 of 255 = 34%

108
90
86

R + G + B ~ 37%. #6C5A56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 90 + 86 = 284 (100%)
R 108 of 284 ~ 38.03%
G 90 of 284 ~ 31.69%
B 86 of 284 ~ 30.28%

%38.03
%31.69
%30.28

CMYK color model

#6C5A56 color CMYK value is (0,17,20,58).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 20.37%
  • key color value is 57.65%
CMYK:
(0,17,20,58)
C0M17Y20K58 
(0%,17%,20%,58%)
(0.00/0.17/0.20/0.58)	

CMYK percentages

%0
%16.67
%20.37
%57.65

Codes

Color #6C5A56 in popluar color models

6C5A56
RGB1089086
HSL11°11.34%38.04%
HSB/HSV11°20.37%42.35%
CMYK0.00%16.67%20.37%
57.65%

Color #6C5A56 in popluar number systems.

HEX6C5A56
Decimal1089086
Binary110110010110101010110
Octal154132126

Shades and tints

Shades of #6C5A56

#6C5A56
(108,90,86)
#63524F
(99,82,79)
#5A4A48
(90,74,72)
#514241
(81,66,65)
#483A3A
(72,58,58)
#3F3233
(63,50,51)
#362A2C
(54,42,44)
#2D2225
(45,34,37)
#241A1E
(36,26,30)
#1B1217
(27,18,23)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #6C5A56

#6C5A56
(108,90,86)
#796965
(121,105,101)
#867874
(134,120,116)
#938783
(147,135,131)
#A09692
(160,150,146)
#ADA5A1
(173,165,161)
#BAB4B0
(186,180,176)
#C7C3BF
(199,195,191)
#D4D2CE
(212,210,206)
#E1E1DD
(225,225,221)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5A56; }

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

This text font color is #6C5A56.


Background Color

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

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

This div background color is #6C5A56.


Border color

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

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

This div border color is #6C5A56.


Opacity

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

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

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

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

This text has shadow with #6C5A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5A56 on black background.


Color preview on white background

This text has color #6C5A56 on white background.



Black color preview on #6C5A56 background

This text has black color on #6C5A56 background.


White color preview on #6C5A56 background

This text has white color on #6C5A56 background.