COLOR #6D5956

HEX: #6D5956
RGB: (109,89,86)

Color info

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

RGB color model

#6D5956 color RGB value is (109,89,86).

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

RGB channels and saturation

R 109 of 255 = 43%
G 89 of 255 = 35%
B 86 of 255 = 34%

109
89
86

R + G + B ~ 37%. #6D5956 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 89 + 86 = 284 (100%)
R 109 of 284 ~ 38.38%
G 89 of 284 ~ 31.34%
B 86 of 284 ~ 30.28%

%38.38
%31.34
%30.28

CMYK color model

#6D5956 color CMYK value is (0,18,21,57).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 21.10%
  • key color value is 57.25%
CMYK:
(0,18,21,57)
C0M18Y21K57 
(0%,18%,21%,57%)
(0.00/0.18/0.21/0.57)	

CMYK percentages

%0
%18.35
%21.1
%57.25

Codes

Color #6D5956 in popluar color models

6D5956
RGB1098986
HSL11.79%38.24%
HSB/HSV21.10%42.75%
CMYK0.00%18.35%21.10%
57.25%

Color #6D5956 in popluar number systems.

HEX6D5956
Decimal1098986
Binary110110110110011010110
Octal155131126

Shades and tints

Shades of #6D5956

#6D5956
(109,89,86)
#64514F
(100,81,79)
#5B4948
(91,73,72)
#524141
(82,65,65)
#49393A
(73,57,58)
#403133
(64,49,51)
#37292C
(55,41,44)
#2E2125
(46,33,37)
#25191E
(37,25,30)
#1C1117
(28,17,23)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #6D5956

#6D5956
(109,89,86)
#7A6865
(122,104,101)
#877774
(135,119,116)
#948683
(148,134,131)
#A19592
(161,149,146)
#AEA4A1
(174,164,161)
#BBB3B0
(187,179,176)
#C8C2BF
(200,194,191)
#D5D1CE
(213,209,206)
#E2E0DD
(226,224,221)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5956; }

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

This text font color is #6D5956.


Background Color

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

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

This div background color is #6D5956.


Border color

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

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

This div border color is #6D5956.


Opacity

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

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

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

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

This text has shadow with #6D5956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5956 on black background.


Color preview on white background

This text has color #6D5956 on white background.



Black color preview on #6D5956 background

This text has black color on #6D5956 background.


White color preview on #6D5956 background

This text has white color on #6D5956 background.