COLOR #6D4D47

HEX: #6D4D47
RGB: (109,77,71)

Color info

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

RGB color model

#6D4D47 color RGB value is (109,77,71).

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

RGB channels and saturation

R 109 of 255 = 43%
G 77 of 255 = 30%
B 71 of 255 = 28%

109
77
71

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

Portions of RGB colors in percentages

R + G + B =
109 + 77 + 71 = 257 (100%)
R 109 of 257 ~ 42.41%
G 77 of 257 ~ 29.96%
B 71 of 257 ~ 27.63%

%42.41
%29.96
%27.63

CMYK color model

#6D4D47 color CMYK value is (0,29,35,57).

  • cyan value is 0.00%
  • magenta value is 29.36%
  • yellow value is 34.86%
  • key color value is 57.25%
CMYK:
(0,29,35,57)
C0M29Y35K57 
(0%,29%,35%,57%)
(0.00/0.29/0.35/0.57)	

CMYK percentages

%0
%29.36
%34.86
%57.25

Codes

Color #6D4D47 in popluar color models

6D4D47
RGB1097771
HSL21.11%35.29%
HSB/HSV34.86%42.75%
CMYK0.00%29.36%34.86%
57.25%

Color #6D4D47 in popluar number systems.

HEX6D4D47
Decimal1097771
Binary110110110011011000111
Octal155115107

Shades and tints

Shades of #6D4D47

#6D4D47
(109,77,71)
#644641
(100,70,65)
#5B3F3B
(91,63,59)
#523835
(82,56,53)
#49312F
(73,49,47)
#402A29
(64,42,41)
#372323
(55,35,35)
#2E1C1D
(46,28,29)
#251517
(37,21,23)
#1C0E11
(28,14,17)
#13070B
(19,7,11)
#000000
(0,0,0)

Tints of #6D4D47

#6D4D47
(109,77,71)
#7A5D57
(122,93,87)
#876D67
(135,109,103)
#947D77
(148,125,119)
#A18D87
(161,141,135)
#AE9D97
(174,157,151)
#BBADA7
(187,173,167)
#C8BDB7
(200,189,183)
#D5CDC7
(213,205,199)
#E2DDD7
(226,221,215)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4D47; }

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

This text font color is #6D4D47.


Background Color

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

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

This div background color is #6D4D47.


Border color

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

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

This div border color is #6D4D47.


Opacity

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

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

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

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

This text has shadow with #6D4D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4D47 on black background.


Color preview on white background

This text has color #6D4D47 on white background.



Black color preview on #6D4D47 background

This text has black color on #6D4D47 background.


White color preview on #6D4D47 background

This text has white color on #6D4D47 background.