COLOR #6D5447

HEX: #6D5447
RGB: (109,84,71)

Color info

#6D5447 contains red, green and blue colors in about the same proportion. Web safe color of #6D5447 is #666633 (or #663).

RGB color model

#6D5447 color RGB value is (109,84,71).

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

RGB channels and saturation

R 109 of 255 = 43%
G 84 of 255 = 33%
B 71 of 255 = 28%

109
84
71

R + G + B ~ 35%. #6D5447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 84 + 71 = 264 (100%)
R 109 of 264 ~ 41.29%
G 84 of 264 ~ 31.82%
B 71 of 264 ~ 26.89%

%41.29
%31.82
%26.89

CMYK color model

#6D5447 color CMYK value is (0,23,35,57).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 34.86%
  • key color value is 57.25%
CMYK:
(0,23,35,57)
C0M23Y35K57 
(0%,23%,35%,57%)
(0.00/0.23/0.35/0.57)	

CMYK percentages

%0
%22.94
%34.86
%57.25

Codes

Color #6D5447 in popluar color models

6D5447
RGB1098471
HSL21°21.11%35.29%
HSB/HSV21°34.86%42.75%
CMYK0.00%22.94%34.86%
57.25%

Color #6D5447 in popluar number systems.

HEX6D5447
Decimal1098471
Binary110110110101001000111
Octal155124107

Shades and tints

Shades of #6D5447

#6D5447
(109,84,71)
#644D41
(100,77,65)
#5B463B
(91,70,59)
#523F35
(82,63,53)
#49382F
(73,56,47)
#403129
(64,49,41)
#372A23
(55,42,35)
#2E231D
(46,35,29)
#251C17
(37,28,23)
#1C1511
(28,21,17)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #6D5447

#6D5447
(109,84,71)
#7A6357
(122,99,87)
#877267
(135,114,103)
#948177
(148,129,119)
#A19087
(161,144,135)
#AE9F97
(174,159,151)
#BBAEA7
(187,174,167)
#C8BDB7
(200,189,183)
#D5CCC7
(213,204,199)
#E2DBD7
(226,219,215)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5447; }

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

This text font color is #6D5447.


Background Color

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

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

This div background color is #6D5447.


Border color

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

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

This div border color is #6D5447.


Opacity

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

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

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

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

This text has shadow with #6D5447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5447 on black background.


Color preview on white background

This text has color #6D5447 on white background.



Black color preview on #6D5447 background

This text has black color on #6D5447 background.


White color preview on #6D5447 background

This text has white color on #6D5447 background.