COLOR #6C5659

HEX: #6C5659
RGB: (108,86,89)

Color info

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

RGB color model

#6C5659 color RGB value is (108,86,89).

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

RGB channels and saturation

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

108
86
89

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

Portions of RGB colors in percentages

R + G + B =
108 + 86 + 89 = 283 (100%)
R 108 of 283 ~ 38.16%
G 86 of 283 ~ 30.39%
B 89 of 283 ~ 31.45%

%38.16
%30.39
%31.45

CMYK color model

#6C5659 color CMYK value is (0,20,18,58).

  • cyan value is 0.00%
  • magenta value is 20.37%
  • yellow value is 17.59%
  • key color value is 57.65%
CMYK:
(0,20,18,58)
C0M20Y18K58 
(0%,20%,18%,58%)
(0.00/0.20/0.18/0.58)	

CMYK percentages

%0
%20.37
%17.59
%57.65

Codes

Color #6C5659 in popluar color models

6C5659
RGB1088689
HSL352°11.34%38.04%
HSB/HSV352°20.37%42.35%
CMYK0.00%20.37%17.59%
57.65%

Color #6C5659 in popluar number systems.

HEX6C5659
Decimal1088689
Binary110110010101101011001
Octal154126131

Shades and tints

Shades of #6C5659

#6C5659
(108,86,89)
#634F51
(99,79,81)
#5A4849
(90,72,73)
#514141
(81,65,65)
#483A39
(72,58,57)
#3F3331
(63,51,49)
#362C29
(54,44,41)
#2D2521
(45,37,33)
#241E19
(36,30,25)
#1B1711
(27,23,17)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #6C5659

#6C5659
(108,86,89)
#796568
(121,101,104)
#867477
(134,116,119)
#938386
(147,131,134)
#A09295
(160,146,149)
#ADA1A4
(173,161,164)
#BAB0B3
(186,176,179)
#C7BFC2
(199,191,194)
#D4CED1
(212,206,209)
#E1DDE0
(225,221,224)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5659; }

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

This text font color is #6C5659.


Background Color

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

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

This div background color is #6C5659.


Border color

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

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

This div border color is #6C5659.


Opacity

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

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

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

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

This text has shadow with #6C5659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5659 on black background.


Color preview on white background

This text has color #6C5659 on white background.



Black color preview on #6C5659 background

This text has black color on #6C5659 background.


White color preview on #6C5659 background

This text has white color on #6C5659 background.