COLOR #6D4620

HEX: #6D4620
RGB: (109,70,32)

Color info

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

RGB color model

#6D4620 color RGB value is (109,70,32).

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

RGB channels and saturation

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

109
70
32

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

Portions of RGB colors in percentages

R + G + B =
109 + 70 + 32 = 211 (100%)
R 109 of 211 ~ 51.66%
G 70 of 211 ~ 33.18%
B 32 of 211 ~ 15.17%

%51.66
%33.18
%15.17

CMYK color model

#6D4620 color CMYK value is (0,36,71,57).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 70.64%
  • key color value is 57.25%
CMYK:
(0,36,71,57)
C0M36Y71K57 
(0%,36%,71%,57%)
(0.00/0.36/0.71/0.57)	

CMYK percentages

%0
%35.78
%70.64
%57.25

Codes

Color #6D4620 in popluar color models

6D4620
RGB1097032
HSL30°54.61%27.65%
HSB/HSV30°70.64%42.75%
CMYK0.00%35.78%70.64%
57.25%

Color #6D4620 in popluar number systems.

HEX6D4620
Decimal1097032
Binary11011011000110100000
Octal15510640

Shades and tints

Shades of #6D4620

#6D4620
(109,70,32)
#64401E
(100,64,30)
#5B3A1C
(91,58,28)
#52341A
(82,52,26)
#492E18
(73,46,24)
#402816
(64,40,22)
#372214
(55,34,20)
#2E1C12
(46,28,18)
#251610
(37,22,16)
#1C100E
(28,16,14)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #6D4620

#6D4620
(109,70,32)
#7A5634
(122,86,52)
#876648
(135,102,72)
#94765C
(148,118,92)
#A18670
(161,134,112)
#AE9684
(174,150,132)
#BBA698
(187,166,152)
#C8B6AC
(200,182,172)
#D5C6C0
(213,198,192)
#E2D6D4
(226,214,212)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4620; }

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

This text font color is #6D4620.


Background Color

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

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

This div background color is #6D4620.


Border color

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

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

This div border color is #6D4620.


Opacity

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

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

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

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

This text has shadow with #6D4620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4620 on black background.


Color preview on white background

This text has color #6D4620 on white background.



Black color preview on #6D4620 background

This text has black color on #6D4620 background.


White color preview on #6D4620 background

This text has white color on #6D4620 background.