COLOR #6B6406

HEX: #6B6406
RGB: (107,100,6)

Color info

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

RGB color model

#6B6406 color RGB value is (107,100,6).

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

RGB channels and saturation

R 107 of 255 = 42%
G 100 of 255 = 39%
B 6 of 255 = 2%

107
100
6

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

Portions of RGB colors in percentages

R + G + B =
107 + 100 + 6 = 213 (100%)
R 107 of 213 ~ 50.23%
G 100 of 213 ~ 46.95%
B 6 of 213 ~ 2.82%

%50.23
%46.95

CMYK color model

#6B6406 color CMYK value is (0,7,94,58).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 94.39%
  • key color value is 58.04%
CMYK:
(0,7,94,58)
C0M7Y94K58 
(0%,7%,94%,58%)
(0.00/0.07/0.94/0.58)	

CMYK percentages

%0
%6.54
%94.39
%58.04

Codes

Color #6B6406 in popluar color models

6B6406
RGB1071006
HSL56°89.38%22.16%
HSB/HSV56°94.39%41.96%
CMYK0.00%6.54%94.39%
58.04%

Color #6B6406 in popluar number systems.

HEX6B6406
Decimal1071006
Binary11010111100100110
Octal1531446

Shades and tints

Shades of #6B6406

#6B6406
(107,100,6)
#625B06
(98,91,6)
#595206
(89,82,6)
#504906
(80,73,6)
#474006
(71,64,6)
#3E3706
(62,55,6)
#352E06
(53,46,6)
#2C2506
(44,37,6)
#231C06
(35,28,6)
#1A1306
(26,19,6)
#110A06
(17,10,6)
#000000
(0,0,0)

Tints of #6B6406

#6B6406
(107,100,6)
#78721C
(120,114,28)
#858032
(133,128,50)
#928E48
(146,142,72)
#9F9C5E
(159,156,94)
#ACAA74
(172,170,116)
#B9B88A
(185,184,138)
#C6C6A0
(198,198,160)
#D3D4B6
(211,212,182)
#E0E2CC
(224,226,204)
#EDF0E2
(237,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6406; }

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

This text font color is #6B6406.


Background Color

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

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

This div background color is #6B6406.


Border color

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

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

This div border color is #6B6406.


Opacity

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

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

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

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

This text has shadow with #6B6406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6406 on black background.


Color preview on white background

This text has color #6B6406 on white background.



Black color preview on #6B6406 background

This text has black color on #6B6406 background.


White color preview on #6B6406 background

This text has white color on #6B6406 background.