COLOR #6D6655

HEX: #6D6655
RGB: (109,102,85)

Color info

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

RGB color model

#6D6655 color RGB value is (109,102,85).

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

RGB channels and saturation

R 109 of 255 = 43%
G 102 of 255 = 40%
B 85 of 255 = 33%

109
102
85

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

Portions of RGB colors in percentages

R + G + B =
109 + 102 + 85 = 296 (100%)
R 109 of 296 ~ 36.82%
G 102 of 296 ~ 34.46%
B 85 of 296 ~ 28.72%

%36.82
%34.46
%28.72

CMYK color model

#6D6655 color CMYK value is (0,6,22,57).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 22.02%
  • key color value is 57.25%
CMYK:
(0,6,22,57)
C0M6Y22K57 
(0%,6%,22%,57%)
(0.00/0.06/0.22/0.57)	

CMYK percentages

%0
%6.42
%22.02
%57.25

Codes

Color #6D6655 in popluar color models

6D6655
RGB10910285
HSL43°12.37%38.04%
HSB/HSV43°22.02%42.75%
CMYK0.00%6.42%22.02%
57.25%

Color #6D6655 in popluar number systems.

HEX6D6655
Decimal10910285
Binary110110111001101010101
Octal155146125

Shades and tints

Shades of #6D6655

#6D6655
(109,102,85)
#645D4E
(100,93,78)
#5B5447
(91,84,71)
#524B40
(82,75,64)
#494239
(73,66,57)
#403932
(64,57,50)
#37302B
(55,48,43)
#2E2724
(46,39,36)
#251E1D
(37,30,29)
#1C1516
(28,21,22)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #6D6655

#6D6655
(109,102,85)
#7A7364
(122,115,100)
#878073
(135,128,115)
#948D82
(148,141,130)
#A19A91
(161,154,145)
#AEA7A0
(174,167,160)
#BBB4AF
(187,180,175)
#C8C1BE
(200,193,190)
#D5CECD
(213,206,205)
#E2DBDC
(226,219,220)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6655; }

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

This text font color is #6D6655.


Background Color

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

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

This div background color is #6D6655.


Border color

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

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

This div border color is #6D6655.


Opacity

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

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

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

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

This text has shadow with #6D6655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6655 on black background.


Color preview on white background

This text has color #6D6655 on white background.



Black color preview on #6D6655 background

This text has black color on #6D6655 background.


White color preview on #6D6655 background

This text has white color on #6D6655 background.