COLOR #6D4622

HEX: #6D4622
RGB: (109,70,34)

Color info

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

RGB color model

#6D4622 color RGB value is (109,70,34).

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

RGB channels and saturation

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

109
70
34

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

Portions of RGB colors in percentages

R + G + B =
109 + 70 + 34 = 213 (100%)
R 109 of 213 ~ 51.17%
G 70 of 213 ~ 32.86%
B 34 of 213 ~ 15.96%

%51.17
%32.86
%15.96

CMYK color model

#6D4622 color CMYK value is (0,36,69,57).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 68.81%
  • key color value is 57.25%
CMYK:
(0,36,69,57)
C0M36Y69K57 
(0%,36%,69%,57%)
(0.00/0.36/0.69/0.57)	

CMYK percentages

%0
%35.78
%68.81
%57.25

Codes

Color #6D4622 in popluar color models

6D4622
RGB1097034
HSL29°52.45%28.04%
HSB/HSV29°68.81%42.75%
CMYK0.00%35.78%68.81%
57.25%

Color #6D4622 in popluar number systems.

HEX6D4622
Decimal1097034
Binary11011011000110100010
Octal15510642

Shades and tints

Shades of #6D4622

#6D4622
(109,70,34)
#64401F
(100,64,31)
#5B3A1C
(91,58,28)
#523419
(82,52,25)
#492E16
(73,46,22)
#402813
(64,40,19)
#372210
(55,34,16)
#2E1C0D
(46,28,13)
#25160A
(37,22,10)
#1C1007
(28,16,7)
#130A04
(19,10,4)
#000000
(0,0,0)

Tints of #6D4622

#6D4622
(109,70,34)
#7A5636
(122,86,54)
#87664A
(135,102,74)
#94765E
(148,118,94)
#A18672
(161,134,114)
#AE9686
(174,150,134)
#BBA69A
(187,166,154)
#C8B6AE
(200,182,174)
#D5C6C2
(213,198,194)
#E2D6D6
(226,214,214)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4622; }

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

This text font color is #6D4622.


Background Color

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

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

This div background color is #6D4622.


Border color

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

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

This div border color is #6D4622.


Opacity

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

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

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

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

This text has shadow with #6D4622 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4622 on black background.


Color preview on white background

This text has color #6D4622 on white background.



Black color preview on #6D4622 background

This text has black color on #6D4622 background.


White color preview on #6D4622 background

This text has white color on #6D4622 background.