COLOR #6D4B39

HEX: #6D4B39
RGB: (109,75,57)

Color info

#6D4B39 contains red, green and blue colors in about the same proportion. Web safe color of #6D4B39 is #663333 (or #633).

RGB color model

#6D4B39 color RGB value is (109,75,57).

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

RGB channels and saturation

R 109 of 255 = 43%
G 75 of 255 = 29%
B 57 of 255 = 22%

109
75
57

R + G + B ~ 31%. #6D4B39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 75 + 57 = 241 (100%)
R 109 of 241 ~ 45.23%
G 75 of 241 ~ 31.12%
B 57 of 241 ~ 23.65%

%45.23
%31.12
%23.65

CMYK color model

#6D4B39 color CMYK value is (0,31,48,57).

  • cyan value is 0.00%
  • magenta value is 31.19%
  • yellow value is 47.71%
  • key color value is 57.25%
CMYK:
(0,31,48,57)
C0M31Y48K57 
(0%,31%,48%,57%)
(0.00/0.31/0.48/0.57)	

CMYK percentages

%0
%31.19
%47.71
%57.25

Codes

Color #6D4B39 in popluar color models

6D4B39
RGB1097557
HSL21°31.33%32.55%
HSB/HSV21°47.71%42.75%
CMYK0.00%31.19%47.71%
57.25%

Color #6D4B39 in popluar number systems.

HEX6D4B39
Decimal1097557
Binary11011011001011111001
Octal15511371

Shades and tints

Shades of #6D4B39

#6D4B39
(109,75,57)
#644534
(100,69,52)
#5B3F2F
(91,63,47)
#52392A
(82,57,42)
#493325
(73,51,37)
#402D20
(64,45,32)
#37271B
(55,39,27)
#2E2116
(46,33,22)
#251B11
(37,27,17)
#1C150C
(28,21,12)
#130F07
(19,15,7)
#000000
(0,0,0)

Tints of #6D4B39

#6D4B39
(109,75,57)
#7A5B4B
(122,91,75)
#876B5D
(135,107,93)
#947B6F
(148,123,111)
#A18B81
(161,139,129)
#AE9B93
(174,155,147)
#BBABA5
(187,171,165)
#C8BBB7
(200,187,183)
#D5CBC9
(213,203,201)
#E2DBDB
(226,219,219)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4B39; }

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

This text font color is #6D4B39.


Background Color

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

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

This div background color is #6D4B39.


Border color

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

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

This div border color is #6D4B39.


Opacity

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

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

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

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

This text has shadow with #6D4B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4B39 on black background.


Color preview on white background

This text has color #6D4B39 on white background.



Black color preview on #6D4B39 background

This text has black color on #6D4B39 background.


White color preview on #6D4B39 background

This text has white color on #6D4B39 background.