COLOR #6D420E

HEX: #6D420E
RGB: (109,66,14)

Color info

#6D420E contains mainly red and green colors. Web safe color of #6D420E is #663300 (or #630).

RGB color model

#6D420E color RGB value is (109,66,14).

  • red value is 109;
  • green value is 66;
  • blue value is 14.
RGB:
(109,66,14)
(43%,26%,5%)

RGB channels and saturation

R 109 of 255 = 43%
G 66 of 255 = 26%
B 14 of 255 = 5%

109
66
14

R + G + B ~ 25%. #6D420E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 66 + 14 = 189 (100%)
R 109 of 189 ~ 57.67%
G 66 of 189 ~ 34.92%
B 14 of 189 ~ 7.41%

%57.67
%34.92

CMYK color model

#6D420E color CMYK value is (0,39,87,57).

  • cyan value is 0.00%
  • magenta value is 39.45%
  • yellow value is 87.16%
  • key color value is 57.25%
CMYK:
(0,39,87,57)
C0M39Y87K57 
(0%,39%,87%,57%)
(0.00/0.39/0.87/0.57)	

CMYK percentages

%0
%39.45
%87.16
%57.25

Codes

Color #6D420E in popluar color models

6D420E
RGB1096614
HSL33°77.24%24.12%
HSB/HSV33°87.16%42.75%
CMYK0.00%39.45%87.16%
57.25%

Color #6D420E in popluar number systems.

HEX6D420E
Decimal1096614
Binary110110110000101110
Octal15510216

Shades and tints

Shades of #6D420E

#6D420E
(109,66,14)
#643C0D
(100,60,13)
#5B360C
(91,54,12)
#52300B
(82,48,11)
#492A0A
(73,42,10)
#402409
(64,36,9)
#371E08
(55,30,8)
#2E1807
(46,24,7)
#251206
(37,18,6)
#1C0C05
(28,12,5)
#130604
(19,6,4)
#000000
(0,0,0)

Tints of #6D420E

#6D420E
(109,66,14)
#7A5323
(122,83,35)
#876438
(135,100,56)
#94754D
(148,117,77)
#A18662
(161,134,98)
#AE9777
(174,151,119)
#BBA88C
(187,168,140)
#C8B9A1
(200,185,161)
#D5CAB6
(213,202,182)
#E2DBCB
(226,219,203)
#EFECE0
(239,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D420E color. Also use rgb(109,66,14) instead hex code.

Text Font Color

.myTextColor { color: #6D420E; }

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

This text font color is #6D420E.


Background Color

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

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

This div background color is #6D420E.


Border color

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

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

This div border color is #6D420E.


Opacity

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

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

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

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

This text has shadow with #6D420E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D420E on black background.


Color preview on white background

This text has color #6D420E on white background.



Black color preview on #6D420E background

This text has black color on #6D420E background.


White color preview on #6D420E background

This text has white color on #6D420E background.