COLOR #6D5666

HEX: #6D5666
RGB: (109,86,102)

Color info

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

RGB color model

#6D5666 color RGB value is (109,86,102).

  • red value is 109;
  • green value is 86;
  • blue value is 102.
RGB:
(109,86,102)
(43%,34%,40%)

RGB channels and saturation

R 109 of 255 = 43%
G 86 of 255 = 34%
B 102 of 255 = 40%

109
86
102

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

Portions of RGB colors in percentages

R + G + B =
109 + 86 + 102 = 297 (100%)
R 109 of 297 ~ 36.7%
G 86 of 297 ~ 28.96%
B 102 of 297 ~ 34.34%

%36.7
%28.96
%34.34

CMYK color model

#6D5666 color CMYK value is (0,21,6,57).

  • cyan value is 0.00%
  • magenta value is 21.10%
  • yellow value is 6.42%
  • key color value is 57.25%
CMYK:
(0,21,6,57)
C0M21Y6K57 
(0%,21%,6%,57%)
(0.00/0.21/0.06/0.57)	

CMYK percentages

%0
%21.1
%6.42
%57.25

Codes

Color #6D5666 in popluar color models

6D5666
RGB10986102
HSL318°11.79%38.24%
HSB/HSV318°21.10%42.75%
CMYK0.00%21.10%6.42%
57.25%

Color #6D5666 in popluar number systems.

HEX6D5666
Decimal10986102
Binary110110110101101100110
Octal155126146

Shades and tints

Shades of #6D5666

#6D5666
(109,86,102)
#644F5D
(100,79,93)
#5B4854
(91,72,84)
#52414B
(82,65,75)
#493A42
(73,58,66)
#403339
(64,51,57)
#372C30
(55,44,48)
#2E2527
(46,37,39)
#251E1E
(37,30,30)
#1C1715
(28,23,21)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #6D5666

#6D5666
(109,86,102)
#7A6573
(122,101,115)
#877480
(135,116,128)
#94838D
(148,131,141)
#A1929A
(161,146,154)
#AEA1A7
(174,161,167)
#BBB0B4
(187,176,180)
#C8BFC1
(200,191,193)
#D5CECE
(213,206,206)
#E2DDDB
(226,221,219)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5666 color. Also use rgb(109,86,102) instead hex code.

Text Font Color

.myTextColor { color: #6D5666; }

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

This text font color is #6D5666.


Background Color

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

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

This div background color is #6D5666.


Border color

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

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

This div border color is #6D5666.


Opacity

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

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

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

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

This text has shadow with #6D5666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5666 on black background.


Color preview on white background

This text has color #6D5666 on white background.



Black color preview on #6D5666 background

This text has black color on #6D5666 background.


White color preview on #6D5666 background

This text has white color on #6D5666 background.