COLOR #6D6406

HEX: #6D6406
RGB: (109,100,6)

Color info

#6D6406 contains mainly red and green colors. Web safe color of #6D6406 is #666600 (or #660).

RGB color model

#6D6406 color RGB value is (109,100,6).

  • red value is 109;
  • green value is 100;
  • blue value is 6.
RGB:
(109,100,6)
(43%,39%,2%)

RGB channels and saturation

R 109 of 255 = 43%
G 100 of 255 = 39%
B 6 of 255 = 2%

109
100
6

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

Portions of RGB colors in percentages

R + G + B =
109 + 100 + 6 = 215 (100%)
R 109 of 215 ~ 50.7%
G 100 of 215 ~ 46.51%
B 6 of 215 ~ 2.79%

%50.7
%46.51

CMYK color model

#6D6406 color CMYK value is (0,8,94,57).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 94.50%
  • key color value is 57.25%
CMYK:
(0,8,94,57)
C0M8Y94K57 
(0%,8%,94%,57%)
(0.00/0.08/0.94/0.57)	

CMYK percentages

%0
%8.26
%94.5
%57.25

Codes

Color #6D6406 in popluar color models

6D6406
RGB1091006
HSL55°89.57%22.55%
HSB/HSV55°94.50%42.75%
CMYK0.00%8.26%94.50%
57.25%

Color #6D6406 in popluar number systems.

HEX6D6406
Decimal1091006
Binary11011011100100110
Octal1551446

Shades and tints

Shades of #6D6406

#6D6406
(109,100,6)
#645B06
(100,91,6)
#5B5206
(91,82,6)
#524906
(82,73,6)
#494006
(73,64,6)
#403706
(64,55,6)
#372E06
(55,46,6)
#2E2506
(46,37,6)
#251C06
(37,28,6)
#1C1306
(28,19,6)
#130A06
(19,10,6)
#000000
(0,0,0)

Tints of #6D6406

#6D6406
(109,100,6)
#7A721C
(122,114,28)
#878032
(135,128,50)
#948E48
(148,142,72)
#A19C5E
(161,156,94)
#AEAA74
(174,170,116)
#BBB88A
(187,184,138)
#C8C6A0
(200,198,160)
#D5D4B6
(213,212,182)
#E2E2CC
(226,226,204)
#EFF0E2
(239,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6406; }

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

This text font color is #6D6406.


Background Color

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

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

This div background color is #6D6406.


Border color

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

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

This div border color is #6D6406.


Opacity

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

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

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

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

This text has shadow with #6D6406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6406 on black background.


Color preview on white background

This text has color #6D6406 on white background.



Black color preview on #6D6406 background

This text has black color on #6D6406 background.


White color preview on #6D6406 background

This text has white color on #6D6406 background.