COLOR #6C5962

HEX: #6C5962
RGB: (108,89,98)

Color info

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

RGB color model

#6C5962 color RGB value is (108,89,98).

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

RGB channels and saturation

R 108 of 255 = 42%
G 89 of 255 = 35%
B 98 of 255 = 38%

108
89
98

R + G + B ~ 38%. #6C5962 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 89 + 98 = 295 (100%)
R 108 of 295 ~ 36.61%
G 89 of 295 ~ 30.17%
B 98 of 295 ~ 33.22%

%36.61
%30.17
%33.22

CMYK color model

#6C5962 color CMYK value is (0,18,9,58).

  • cyan value is 0.00%
  • magenta value is 17.59%
  • yellow value is 9.26%
  • key color value is 57.65%
CMYK:
(0,18,9,58)
C0M18Y9K58 
(0%,18%,9%,58%)
(0.00/0.18/0.09/0.58)	

CMYK percentages

%0
%17.59
%9.26
%57.65

Codes

Color #6C5962 in popluar color models

6C5962
RGB1088998
HSL332°9.64%38.63%
HSB/HSV332°17.59%42.35%
CMYK0.00%17.59%9.26%
57.65%

Color #6C5962 in popluar number systems.

HEX6C5962
Decimal1088998
Binary110110010110011100010
Octal154131142

Shades and tints

Shades of #6C5962

#6C5962
(108,89,98)
#63515A
(99,81,90)
#5A4952
(90,73,82)
#51414A
(81,65,74)
#483942
(72,57,66)
#3F313A
(63,49,58)
#362932
(54,41,50)
#2D212A
(45,33,42)
#241922
(36,25,34)
#1B111A
(27,17,26)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #6C5962

#6C5962
(108,89,98)
#796870
(121,104,112)
#86777E
(134,119,126)
#93868C
(147,134,140)
#A0959A
(160,149,154)
#ADA4A8
(173,164,168)
#BAB3B6
(186,179,182)
#C7C2C4
(199,194,196)
#D4D1D2
(212,209,210)
#E1E0E0
(225,224,224)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5962; }

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

This text font color is #6C5962.


Background Color

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

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

This div background color is #6C5962.


Border color

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

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

This div border color is #6C5962.


Opacity

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

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

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

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

This text has shadow with #6C5962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5962 on black background.


Color preview on white background

This text has color #6C5962 on white background.



Black color preview on #6C5962 background

This text has black color on #6C5962 background.


White color preview on #6C5962 background

This text has white color on #6C5962 background.