COLOR #6D5C6B

HEX: #6D5C6B
RGB: (109,92,107)

Color info

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

RGB color model

#6D5C6B color RGB value is (109,92,107).

  • red value is 109;
  • green value is 92;
  • blue value is 107.
RGB:
(109,92,107)
(43%,36%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 92 of 255 = 36%
B 107 of 255 = 42%

109
92
107

R + G + B ~ 40%. #6D5C6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 92 + 107 = 308 (100%)
R 109 of 308 ~ 35.39%
G 92 of 308 ~ 29.87%
B 107 of 308 ~ 34.74%

%35.39
%29.87
%34.74

CMYK color model

#6D5C6B color CMYK value is (0,16,2,57).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(0,16,2,57)
C0M16Y2K57 
(0%,16%,2%,57%)
(0.00/0.16/0.02/0.57)	

CMYK percentages

%0
%15.6
%1.83
%57.25

Codes

Color #6D5C6B in popluar color models

6D5C6B
RGB10992107
HSL307°8.46%39.41%
HSB/HSV307°15.60%42.75%
CMYK0.00%15.60%1.83%
57.25%

Color #6D5C6B in popluar number systems.

HEX6D5C6B
Decimal10992107
Binary110110110111001101011
Octal155134153

Shades and tints

Shades of #6D5C6B

#6D5C6B
(109,92,107)
#645462
(100,84,98)
#5B4C59
(91,76,89)
#524450
(82,68,80)
#493C47
(73,60,71)
#40343E
(64,52,62)
#372C35
(55,44,53)
#2E242C
(46,36,44)
#251C23
(37,28,35)
#1C141A
(28,20,26)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #6D5C6B

#6D5C6B
(109,92,107)
#7A6A78
(122,106,120)
#877885
(135,120,133)
#948692
(148,134,146)
#A1949F
(161,148,159)
#AEA2AC
(174,162,172)
#BBB0B9
(187,176,185)
#C8BEC6
(200,190,198)
#D5CCD3
(213,204,211)
#E2DAE0
(226,218,224)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5C6B color. Also use rgb(109,92,107) instead hex code.

Text Font Color

.myTextColor { color: #6D5C6B; }

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

This text font color is #6D5C6B.


Background Color

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

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

This div background color is #6D5C6B.


Border color

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

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

This div border color is #6D5C6B.


Opacity

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

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

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

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

This text has shadow with #6D5C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5C6B on black background.


Color preview on white background

This text has color #6D5C6B on white background.



Black color preview on #6D5C6B background

This text has black color on #6D5C6B background.


White color preview on #6D5C6B background

This text has white color on #6D5C6B background.