COLOR #090606

HEX: #090606 RGB: (9,6,6)

Color info

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

RGB color model

#090606 color RGB value is (9,6,6).

RGB: (9,6,6) (4%, 2%, 2%)

RGB channels and saturation

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

9
6
6

R + G + B ~ 3%. #090606 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 6 + 6 = 21 (100%)
R 9 of 21 ~ 42.86%
G 6 of 21 ~ 28.57%
B 6 of 21 ~ 28.57'%

%42.86
%28.57
%28.57

CMYK color model

#090606 color CMYK value is (0,33,33,96).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 33.33%
  • key color value is 96.47%

CMYK: (0,33,33,96)
C0M33Y33K96 (0%, 33%, 33%, 96%)
(0.00 / 0.33 / 0.33 / 0.96)

CMYK percentages

%0
%33.33
%33.33
%96.47

Codes

Color #090606 in popluar color models

09 06 06
RGB 9 6 6
HSL 20.00% 2.94%
HSB/HSV 33.33% 3.53%
CMYK 0.00% 33.33% 33.33%
96.47%

Color #090606 in popluar number systems.

HEX 09 06 06
Decimal 9 6 6
Binary 1001 110 110
Octal 11 6 6

Shades and tints

Tints of #090606

#090606
(9,6,6)
#1F1C1C
(31,28,28)
#353232
(53,50,50)
#4B4848
(75,72,72)
#615E5E
(97,94,94)
#777474
(119,116,116)
#8D8A8A
(141,138,138)
#A3A0A0
(163,160,160)
#B9B6B6
(185,182,182)
#CFCCCC
(207,204,204)
#E5E2E2
(229,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090606; }

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

This text font color is #090606.

Background Color

.myBgColor { background-color: #090606; }

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

This div background color is #090606.

Border color

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

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

This div border color is #090606.

Opacity

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

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

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

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

This text has shadow with #090606 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090606.

Preview

Color preview on black background

This text has color #090606 on black background.


Color preview on white background

This text has color #090606 on white background.


Black color preview on #090606 background

This text has black color on #090606 background.


White color preview on #090606 background

This text has white color on #090606 background.


Related colors

Complementary color

Complementary color for #hex is #F6F9F9.


I love getcolorcode.com