COLOR #6D5E49

HEX: #6D5E49
RGB: (109,94,73)

Color info

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

RGB color model

#6D5E49 color RGB value is (109,94,73).

  • red value is 109;
  • green value is 94;
  • blue value is 73.
RGB:
(109,94,73)
(43%,37%,29%)

RGB channels and saturation

R 109 of 255 = 43%
G 94 of 255 = 37%
B 73 of 255 = 29%

109
94
73

R + G + B ~ 36%. #6D5E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 94 + 73 = 276 (100%)
R 109 of 276 ~ 39.49%
G 94 of 276 ~ 34.06%
B 73 of 276 ~ 26.45%

%39.49
%34.06
%26.45

CMYK color model

#6D5E49 color CMYK value is (0,14,33,57).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 33.03%
  • key color value is 57.25%
CMYK:
(0,14,33,57)
C0M14Y33K57 
(0%,14%,33%,57%)
(0.00/0.14/0.33/0.57)	

CMYK percentages

%0
%13.76
%33.03
%57.25

Codes

Color #6D5E49 in popluar color models

6D5E49
RGB1099473
HSL35°19.78%35.69%
HSB/HSV35°33.03%42.75%
CMYK0.00%13.76%33.03%
57.25%

Color #6D5E49 in popluar number systems.

HEX6D5E49
Decimal1099473
Binary110110110111101001001
Octal155136111

Shades and tints

Shades of #6D5E49

#6D5E49
(109,94,73)
#645643
(100,86,67)
#5B4E3D
(91,78,61)
#524637
(82,70,55)
#493E31
(73,62,49)
#40362B
(64,54,43)
#372E25
(55,46,37)
#2E261F
(46,38,31)
#251E19
(37,30,25)
#1C1613
(28,22,19)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #6D5E49

#6D5E49
(109,94,73)
#7A6C59
(122,108,89)
#877A69
(135,122,105)
#948879
(148,136,121)
#A19689
(161,150,137)
#AEA499
(174,164,153)
#BBB2A9
(187,178,169)
#C8C0B9
(200,192,185)
#D5CEC9
(213,206,201)
#E2DCD9
(226,220,217)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5E49 color. Also use rgb(109,94,73) instead hex code.

Text Font Color

.myTextColor { color: #6D5E49; }

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

This text font color is #6D5E49.


Background Color

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

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

This div background color is #6D5E49.


Border color

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

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

This div border color is #6D5E49.


Opacity

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

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

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

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

This text has shadow with #6D5E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5E49 on black background.


Color preview on white background

This text has color #6D5E49 on white background.



Black color preview on #6D5E49 background

This text has black color on #6D5E49 background.


White color preview on #6D5E49 background

This text has white color on #6D5E49 background.