COLOR #6D5944

HEX: #6D5944
RGB: (109,89,68)

Color info

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

RGB color model

#6D5944 color RGB value is (109,89,68).

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

RGB channels and saturation

R 109 of 255 = 43%
G 89 of 255 = 35%
B 68 of 255 = 27%

109
89
68

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

Portions of RGB colors in percentages

R + G + B =
109 + 89 + 68 = 266 (100%)
R 109 of 266 ~ 40.98%
G 89 of 266 ~ 33.46%
B 68 of 266 ~ 25.56%

%40.98
%33.46
%25.56

CMYK color model

#6D5944 color CMYK value is (0,18,38,57).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 37.61%
  • key color value is 57.25%
CMYK:
(0,18,38,57)
C0M18Y38K57 
(0%,18%,38%,57%)
(0.00/0.18/0.38/0.57)	

CMYK percentages

%0
%18.35
%37.61
%57.25

Codes

Color #6D5944 in popluar color models

6D5944
RGB1098968
HSL31°23.16%34.71%
HSB/HSV31°37.61%42.75%
CMYK0.00%18.35%37.61%
57.25%

Color #6D5944 in popluar number systems.

HEX6D5944
Decimal1098968
Binary110110110110011000100
Octal155131104

Shades and tints

Shades of #6D5944

#6D5944
(109,89,68)
#64513E
(100,81,62)
#5B4938
(91,73,56)
#524132
(82,65,50)
#49392C
(73,57,44)
#403126
(64,49,38)
#372920
(55,41,32)
#2E211A
(46,33,26)
#251914
(37,25,20)
#1C110E
(28,17,14)
#130908
(19,9,8)
#000000
(0,0,0)

Tints of #6D5944

#6D5944
(109,89,68)
#7A6855
(122,104,85)
#877766
(135,119,102)
#948677
(148,134,119)
#A19588
(161,149,136)
#AEA499
(174,164,153)
#BBB3AA
(187,179,170)
#C8C2BB
(200,194,187)
#D5D1CC
(213,209,204)
#E2E0DD
(226,224,221)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5944; }

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

This text font color is #6D5944.


Background Color

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

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

This div background color is #6D5944.


Border color

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

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

This div border color is #6D5944.


Opacity

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

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

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

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

This text has shadow with #6D5944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5944 on black background.


Color preview on white background

This text has color #6D5944 on white background.



Black color preview on #6D5944 background

This text has black color on #6D5944 background.


White color preview on #6D5944 background

This text has white color on #6D5944 background.