COLOR #6D6755

HEX: #6D6755
RGB: (109,103,85)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
103
85

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

Portions of RGB colors in percentages

R + G + B =
109 + 103 + 85 = 297 (100%)
R 109 of 297 ~ 36.7%
G 103 of 297 ~ 34.68%
B 85 of 297 ~ 28.62%

%36.7
%34.68
%28.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.50%
  • 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
%5.5
%22.02
%57.25

Codes

Color #6D6755 in popluar color models

6D6755
RGB10910385
HSL45°12.37%38.04%
HSB/HSV45°22.02%42.75%
CMYK0.00%5.50%22.02%
57.25%

Color #6D6755 in popluar number systems.

HEX6D6755
Decimal10910385
Binary110110111001111010101
Octal155147125

Shades and tints

Shades of #6D6755

#6D6755
(109,103,85)
#645E4E
(100,94,78)
#5B5547
(91,85,71)
#524C40
(82,76,64)
#494339
(73,67,57)
#403A32
(64,58,50)
#37312B
(55,49,43)
#2E2824
(46,40,36)
#251F1D
(37,31,29)
#1C1616
(28,22,22)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #6D6755

#6D6755
(109,103,85)
#7A7464
(122,116,100)
#878173
(135,129,115)
#948E82
(148,142,130)
#A19B91
(161,155,145)
#AEA8A0
(174,168,160)
#BBB5AF
(187,181,175)
#C8C2BE
(200,194,190)
#D5CFCD
(213,207,205)
#E2DCDC
(226,220,220)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6755; }

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

This text font color is #6D6755.


Background Color

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

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

This div background color is #6D6755.


Border color

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

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

This div border color is #6D6755.


Opacity

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

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

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

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

This text has shadow with #6D6755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6755 on black background.


Color preview on white background

This text has color #6D6755 on white background.



Black color preview on #6D6755 background

This text has black color on #6D6755 background.


White color preview on #6D6755 background

This text has white color on #6D6755 background.