COLOR #6D4422

HEX: #6D4422
RGB: (109,68,34)

Color info

#6D4422 contains mainly red and green colors. Web safe color of #6D4422 is #663333 (or #633).

RGB color model

#6D4422 color RGB value is (109,68,34).

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

RGB channels and saturation

R 109 of 255 = 43%
G 68 of 255 = 27%
B 34 of 255 = 13%

109
68
34

R + G + B ~ 28%. #6D4422 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 68 + 34 = 211 (100%)
R 109 of 211 ~ 51.66%
G 68 of 211 ~ 32.23%
B 34 of 211 ~ 16.11%

%51.66
%32.23
%16.11

CMYK color model

#6D4422 color CMYK value is (0,38,69,57).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 68.81%
  • key color value is 57.25%
CMYK:
(0,38,69,57)
C0M38Y69K57 
(0%,38%,69%,57%)
(0.00/0.38/0.69/0.57)	

CMYK percentages

%0
%37.61
%68.81
%57.25

Codes

Color #6D4422 in popluar color models

6D4422
RGB1096834
HSL27°52.45%28.04%
HSB/HSV27°68.81%42.75%
CMYK0.00%37.61%68.81%
57.25%

Color #6D4422 in popluar number systems.

HEX6D4422
Decimal1096834
Binary11011011000100100010
Octal15510442

Shades and tints

Shades of #6D4422

#6D4422
(109,68,34)
#643E1F
(100,62,31)
#5B381C
(91,56,28)
#523219
(82,50,25)
#492C16
(73,44,22)
#402613
(64,38,19)
#372010
(55,32,16)
#2E1A0D
(46,26,13)
#25140A
(37,20,10)
#1C0E07
(28,14,7)
#130804
(19,8,4)
#000000
(0,0,0)

Tints of #6D4422

#6D4422
(109,68,34)
#7A5536
(122,85,54)
#87664A
(135,102,74)
#94775E
(148,119,94)
#A18872
(161,136,114)
#AE9986
(174,153,134)
#BBAA9A
(187,170,154)
#C8BBAE
(200,187,174)
#D5CCC2
(213,204,194)
#E2DDD6
(226,221,214)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4422; }

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

This text font color is #6D4422.


Background Color

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

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

This div background color is #6D4422.


Border color

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

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

This div border color is #6D4422.


Opacity

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

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

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

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

This text has shadow with #6D4422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4422 on black background.


Color preview on white background

This text has color #6D4422 on white background.



Black color preview on #6D4422 background

This text has black color on #6D4422 background.


White color preview on #6D4422 background

This text has white color on #6D4422 background.