COLOR #6D6855

HEX: #6D6855
RGB: (109,104,85)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
104
85

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

Portions of RGB colors in percentages

R + G + B =
109 + 104 + 85 = 298 (100%)
R 109 of 298 ~ 36.58%
G 104 of 298 ~ 34.9%
B 85 of 298 ~ 28.52%

%36.58
%34.9
%28.52

CMYK color model

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

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

CMYK percentages

%0
%4.59
%22.02
%57.25

Codes

Color #6D6855 in popluar color models

6D6855
RGB10910485
HSL48°12.37%38.04%
HSB/HSV48°22.02%42.75%
CMYK0.00%4.59%22.02%
57.25%

Color #6D6855 in popluar number systems.

HEX6D6855
Decimal10910485
Binary110110111010001010101
Octal155150125

Shades and tints

Shades of #6D6855

#6D6855
(109,104,85)
#645F4E
(100,95,78)
#5B5647
(91,86,71)
#524D40
(82,77,64)
#494439
(73,68,57)
#403B32
(64,59,50)
#37322B
(55,50,43)
#2E2924
(46,41,36)
#25201D
(37,32,29)
#1C1716
(28,23,22)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #6D6855

#6D6855
(109,104,85)
#7A7564
(122,117,100)
#878273
(135,130,115)
#948F82
(148,143,130)
#A19C91
(161,156,145)
#AEA9A0
(174,169,160)
#BBB6AF
(187,182,175)
#C8C3BE
(200,195,190)
#D5D0CD
(213,208,205)
#E2DDDC
(226,221,220)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6855; }

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

This text font color is #6D6855.


Background Color

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

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

This div background color is #6D6855.


Border color

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

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

This div border color is #6D6855.


Opacity

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

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

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

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

This text has shadow with #6D6855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6855 on black background.


Color preview on white background

This text has color #6D6855 on white background.



Black color preview on #6D6855 background

This text has black color on #6D6855 background.


White color preview on #6D6855 background

This text has white color on #6D6855 background.