COLOR #6D6D55

HEX: #6D6D55
RGB: (109,109,85)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
109
85

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

Portions of RGB colors in percentages

R + G + B =
109 + 109 + 85 = 303 (100%)
R 109 of 303 ~ 35.97%
G 109 of 303 ~ 35.97%
B 85 of 303 ~ 28.05%

%35.97
%35.97
%28.05

CMYK color model

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

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

CMYK percentages

%0
%0
%22.02
%57.25

Codes

Color #6D6D55 in popluar color models

6D6D55
RGB10910985
HSL60°12.37%38.04%
HSB/HSV60°22.02%42.75%
CMYK0.00%0.00%22.02%
57.25%

Color #6D6D55 in popluar number systems.

HEX6D6D55
Decimal10910985
Binary110110111011011010101
Octal155155125

Shades and tints

Shades of #6D6D55

#6D6D55
(109,109,85)
#64644E
(100,100,78)
#5B5B47
(91,91,71)
#525240
(82,82,64)
#494939
(73,73,57)
#404032
(64,64,50)
#37372B
(55,55,43)
#2E2E24
(46,46,36)
#25251D
(37,37,29)
#1C1C16
(28,28,22)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #6D6D55

#6D6D55
(109,109,85)
#7A7A64
(122,122,100)
#878773
(135,135,115)
#949482
(148,148,130)
#A1A191
(161,161,145)
#AEAEA0
(174,174,160)
#BBBBAF
(187,187,175)
#C8C8BE
(200,200,190)
#D5D5CD
(213,213,205)
#E2E2DC
(226,226,220)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6D55; }

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

This text font color is #6D6D55.


Background Color

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

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

This div background color is #6D6D55.


Border color

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

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

This div border color is #6D6D55.


Opacity

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

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

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

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

This text has shadow with #6D6D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6D55 on black background.


Color preview on white background

This text has color #6D6D55 on white background.



Black color preview on #6D6D55 background

This text has black color on #6D6D55 background.


White color preview on #6D6D55 background

This text has white color on #6D6D55 background.