COLOR #6C5B61

HEX: #6C5B61
RGB: (108,91,97)

Color info

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

RGB color model

#6C5B61 color RGB value is (108,91,97).

  • red value is 108;
  • green value is 91;
  • blue value is 97.
RGB:
(108,91,97)
(42%,36%,38%)

RGB channels and saturation

R 108 of 255 = 42%
G 91 of 255 = 36%
B 97 of 255 = 38%

108
91
97

R + G + B ~ 39%. #6C5B61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 91 + 97 = 296 (100%)
R 108 of 296 ~ 36.49%
G 91 of 296 ~ 30.74%
B 97 of 296 ~ 32.77%

%36.49
%30.74
%32.77

CMYK color model

#6C5B61 color CMYK value is (0,16,10,58).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 10.19%
  • key color value is 57.65%
CMYK:
(0,16,10,58)
C0M16Y10K58 
(0%,16%,10%,58%)
(0.00/0.16/0.10/0.58)	

CMYK percentages

%0
%15.74
%10.19
%57.65

Codes

Color #6C5B61 in popluar color models

6C5B61
RGB1089197
HSL339°8.54%39.02%
HSB/HSV339°15.74%42.35%
CMYK0.00%15.74%10.19%
57.65%

Color #6C5B61 in popluar number systems.

HEX6C5B61
Decimal1089197
Binary110110010110111100001
Octal154133141

Shades and tints

Shades of #6C5B61

#6C5B61
(108,91,97)
#635359
(99,83,89)
#5A4B51
(90,75,81)
#514349
(81,67,73)
#483B41
(72,59,65)
#3F3339
(63,51,57)
#362B31
(54,43,49)
#2D2329
(45,35,41)
#241B21
(36,27,33)
#1B1319
(27,19,25)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #6C5B61

#6C5B61
(108,91,97)
#79696F
(121,105,111)
#86777D
(134,119,125)
#93858B
(147,133,139)
#A09399
(160,147,153)
#ADA1A7
(173,161,167)
#BAAFB5
(186,175,181)
#C7BDC3
(199,189,195)
#D4CBD1
(212,203,209)
#E1D9DF
(225,217,223)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5B61 color. Also use rgb(108,91,97) instead hex code.

Text Font Color

.myTextColor { color: #6C5B61; }

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

This text font color is #6C5B61.


Background Color

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

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

This div background color is #6C5B61.


Border color

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

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

This div border color is #6C5B61.


Opacity

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

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

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

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

This text has shadow with #6C5B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5B61 on black background.


Color preview on white background

This text has color #6C5B61 on white background.



Black color preview on #6C5B61 background

This text has black color on #6C5B61 background.


White color preview on #6C5B61 background

This text has white color on #6C5B61 background.