COLOR #6C5D65

HEX: #6C5D65
RGB: (108,93,101)

Color info

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

RGB color model

#6C5D65 color RGB value is (108,93,101).

  • red value is 108;
  • green value is 93;
  • blue value is 101.
RGB:
(108,93,101)
(42%,36%,40%)

RGB channels and saturation

R 108 of 255 = 42%
G 93 of 255 = 36%
B 101 of 255 = 40%

108
93
101

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

Portions of RGB colors in percentages

R + G + B =
108 + 93 + 101 = 302 (100%)
R 108 of 302 ~ 35.76%
G 93 of 302 ~ 30.79%
B 101 of 302 ~ 33.44%

%35.76
%30.79
%33.44

CMYK color model

#6C5D65 color CMYK value is (0,14,6,58).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 6.48%
  • key color value is 57.65%
CMYK:
(0,14,6,58)
C0M14Y6K58 
(0%,14%,6%,58%)
(0.00/0.14/0.06/0.58)	

CMYK percentages

%0
%13.89
%6.48
%57.65

Codes

Color #6C5D65 in popluar color models

6C5D65
RGB10893101
HSL328°7.46%39.41%
HSB/HSV328°13.89%42.35%
CMYK0.00%13.89%6.48%
57.65%

Color #6C5D65 in popluar number systems.

HEX6C5D65
Decimal10893101
Binary110110010111011100101
Octal154135145

Shades and tints

Shades of #6C5D65

#6C5D65
(108,93,101)
#63555C
(99,85,92)
#5A4D53
(90,77,83)
#51454A
(81,69,74)
#483D41
(72,61,65)
#3F3538
(63,53,56)
#362D2F
(54,45,47)
#2D2526
(45,37,38)
#241D1D
(36,29,29)
#1B1514
(27,21,20)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #6C5D65

#6C5D65
(108,93,101)
#796B73
(121,107,115)
#867981
(134,121,129)
#93878F
(147,135,143)
#A0959D
(160,149,157)
#ADA3AB
(173,163,171)
#BAB1B9
(186,177,185)
#C7BFC7
(199,191,199)
#D4CDD5
(212,205,213)
#E1DBE3
(225,219,227)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5D65 color. Also use rgb(108,93,101) instead hex code.

Text Font Color

.myTextColor { color: #6C5D65; }

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

This text font color is #6C5D65.


Background Color

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

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

This div background color is #6C5D65.


Border color

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

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

This div border color is #6C5D65.


Opacity

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

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

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

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

This text has shadow with #6C5D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5D65 on black background.


Color preview on white background

This text has color #6C5D65 on white background.



Black color preview on #6C5D65 background

This text has black color on #6C5D65 background.


White color preview on #6C5D65 background

This text has white color on #6C5D65 background.