COLOR #6D5C39

HEX: #6D5C39
RGB: (109,92,57)

Color info

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

RGB color model

#6D5C39 color RGB value is (109,92,57).

  • red value is 109;
  • green value is 92;
  • blue value is 57.
RGB:
(109,92,57)
(43%,36%,22%)

RGB channels and saturation

R 109 of 255 = 43%
G 92 of 255 = 36%
B 57 of 255 = 22%

109
92
57

R + G + B ~ 34%. #6D5C39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 92 + 57 = 258 (100%)
R 109 of 258 ~ 42.25%
G 92 of 258 ~ 35.66%
B 57 of 258 ~ 22.09%

%42.25
%35.66
%22.09

CMYK color model

#6D5C39 color CMYK value is (0,16,48,57).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 47.71%
  • key color value is 57.25%
CMYK:
(0,16,48,57)
C0M16Y48K57 
(0%,16%,48%,57%)
(0.00/0.16/0.48/0.57)	

CMYK percentages

%0
%15.6
%47.71
%57.25

Codes

Color #6D5C39 in popluar color models

6D5C39
RGB1099257
HSL40°31.33%32.55%
HSB/HSV40°47.71%42.75%
CMYK0.00%15.60%47.71%
57.25%

Color #6D5C39 in popluar number systems.

HEX6D5C39
Decimal1099257
Binary11011011011100111001
Octal15513471

Shades and tints

Shades of #6D5C39

#6D5C39
(109,92,57)
#645434
(100,84,52)
#5B4C2F
(91,76,47)
#52442A
(82,68,42)
#493C25
(73,60,37)
#403420
(64,52,32)
#372C1B
(55,44,27)
#2E2416
(46,36,22)
#251C11
(37,28,17)
#1C140C
(28,20,12)
#130C07
(19,12,7)
#000000
(0,0,0)

Tints of #6D5C39

#6D5C39
(109,92,57)
#7A6A4B
(122,106,75)
#87785D
(135,120,93)
#94866F
(148,134,111)
#A19481
(161,148,129)
#AEA293
(174,162,147)
#BBB0A5
(187,176,165)
#C8BEB7
(200,190,183)
#D5CCC9
(213,204,201)
#E2DADB
(226,218,219)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5C39 color. Also use rgb(109,92,57) instead hex code.

Text Font Color

.myTextColor { color: #6D5C39; }

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

This text font color is #6D5C39.


Background Color

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

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

This div background color is #6D5C39.


Border color

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

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

This div border color is #6D5C39.


Opacity

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

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

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

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

This text has shadow with #6D5C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5C39 on black background.


Color preview on white background

This text has color #6D5C39 on white background.



Black color preview on #6D5C39 background

This text has black color on #6D5C39 background.


White color preview on #6D5C39 background

This text has white color on #6D5C39 background.