COLOR #6D6256

HEX: #6D6256
RGB: (109,98,86)

Color info

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

RGB color model

#6D6256 color RGB value is (109,98,86).

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

RGB channels and saturation

R 109 of 255 = 43%
G 98 of 255 = 38%
B 86 of 255 = 34%

109
98
86

R + G + B ~ 38%. #6D6256 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 98 + 86 = 293 (100%)
R 109 of 293 ~ 37.2%
G 98 of 293 ~ 33.45%
B 86 of 293 ~ 29.35%

%37.2
%33.45
%29.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 21.10%
  • key color value is 57.25%
CMYK:
(0,10,21,57)
C0M10Y21K57 
(0%,10%,21%,57%)
(0.00/0.10/0.21/0.57)	

CMYK percentages

%0
%10.09
%21.1
%57.25

Codes

Color #6D6256 in popluar color models

6D6256
RGB1099886
HSL31°11.79%38.24%
HSB/HSV31°21.10%42.75%
CMYK0.00%10.09%21.10%
57.25%

Color #6D6256 in popluar number systems.

HEX6D6256
Decimal1099886
Binary110110111000101010110
Octal155142126

Shades and tints

Shades of #6D6256

#6D6256
(109,98,86)
#645A4F
(100,90,79)
#5B5248
(91,82,72)
#524A41
(82,74,65)
#49423A
(73,66,58)
#403A33
(64,58,51)
#37322C
(55,50,44)
#2E2A25
(46,42,37)
#25221E
(37,34,30)
#1C1A17
(28,26,23)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #6D6256

#6D6256
(109,98,86)
#7A7065
(122,112,101)
#877E74
(135,126,116)
#948C83
(148,140,131)
#A19A92
(161,154,146)
#AEA8A1
(174,168,161)
#BBB6B0
(187,182,176)
#C8C4BF
(200,196,191)
#D5D2CE
(213,210,206)
#E2E0DD
(226,224,221)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6256; }

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

This text font color is #6D6256.


Background Color

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

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

This div background color is #6D6256.


Border color

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

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

This div border color is #6D6256.


Opacity

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

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

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

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

This text has shadow with #6D6256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6256 on black background.


Color preview on white background

This text has color #6D6256 on white background.



Black color preview on #6D6256 background

This text has black color on #6D6256 background.


White color preview on #6D6256 background

This text has white color on #6D6256 background.