COLOR #061606

HEX: #061606
RGB: (6,22,6)

Color info

#061606 contains red, green and blue colors in about the same proportion. Web safe color of #061606 is #000000 (or #000).

RGB color model

#061606 color RGB value is (6,22,6).

  • red value is 6;
  • green value is 22;
  • blue value is 6.
RGB:
(6,22,6)
(2%,9%,2%)

RGB channels and saturation

R 6 of 255 = 2%
G 22 of 255 = 9%
B 6 of 255 = 2%

6
22
6

R + G + B ~ 4%. #061606 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 22 + 6 = 34 (100%)
R 6 of 34 ~ 17.65%
G 22 of 34 ~ 64.71%
B 6 of 34 ~ 17.65%

%17.65
%64.71
%17.65

CMYK color model

#061606 color CMYK value is (73,0,73,91).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 91.37%
CMYK:
(73,0,73,91)
C73M0Y73K91 
(73%,0%,73%,91%)
(0.73/0.00/0.73/0.91)	

CMYK percentages

%72.73
%0
%72.73
%91.37

Codes

Color #061606 in popluar color models

061606
RGB6226
HSL120°57.14%5.49%
HSB/HSV120°72.73%8.63%
CMYK72.73%0.00%72.73%
91.37%

Color #061606 in popluar number systems.

HEX061606
Decimal6226
Binary11010110110
Octal6266

Shades and tints

Shades of #061606

#061606
(6,22,6)
#061406
(6,20,6)
#061206
(6,18,6)
#061006
(6,16,6)
#060E06
(6,14,6)
#060C06
(6,12,6)
#060A06
(6,10,6)
#060806
(6,8,6)
#060606
(6,6,6)
#060406
(6,4,6)
#060206
(6,2,6)
#000000
(0,0,0)

Tints of #061606

#061606
(6,22,6)
#1C2B1C
(28,43,28)
#324032
(50,64,50)
#485548
(72,85,72)
#5E6A5E
(94,106,94)
#747F74
(116,127,116)
#8A948A
(138,148,138)
#A0A9A0
(160,169,160)
#B6BEB6
(182,190,182)
#CCD3CC
(204,211,204)
#E2E8E2
(226,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061606; }

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

This text font color is #061606.


Background Color

.myBgColor { background-color: #061606; }

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

This div background color is #061606.


Border color

.myBorderColor { border: 1px solid #061606; }

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

This div border color is #061606.


Opacity

.myOpacity80 { color: #061606; opacity: 0.8; }

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

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

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

This text has shadow with #061606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061606 on black background.


Color preview on white background

This text has color #061606 on white background.



Black color preview on #061606 background

This text has black color on #061606 background.


White color preview on #061606 background

This text has white color on #061606 background.