COLOR #090600

HEX: #090600 RGB: (9,6,0)

Color info

#090600 contains only red and green colors. Web safe color of #090600 is #000000 (or #000).

RGB color model

#090600 color RGB value is (9,6,0).

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

RGB channels and saturation

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

9
6
0

R + G + B ~ 2%. #090600 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 6 + 0 = 15 (100%)
R 9 of 15 ~ 60%
G 6 of 15 ~ 40%
B 0 of 15 ~ 0'%

%60
%40

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 100.00%
  • key color value is 96.47%
CMYK: (0,33,100,96) C0M33Y100K96 (0%,33%,100%,96%) (0.00/0.33/1.00/0.96) 

CMYK percentages

%0
%33.33
%100
%96.47

Codes

Color #090600 in popluar color models

09 06 00
RGB 9 6 0
HSL 40° 100.00% 1.76%
HSB/HSV 40° 100.00% 3.53%
CMYK 0.00% 33.33% 100.00%
96.47%

Color #090600 in popluar number systems.

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

Shades and tints

Tints of #090600

#090600
(9,6,0)
#1F1C17
(31,28,23)
#35322E
(53,50,46)
#4B4845
(75,72,69)
#615E5C
(97,94,92)
#777473
(119,116,115)
#8D8A8A
(141,138,138)
#A3A0A1
(163,160,161)
#B9B6B8
(185,182,184)
#CFCCCF
(207,204,207)
#E5E2E6
(229,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090600; }

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

This text font color is #090600.

Background Color

.myBgColor { background-color: #090600; }

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

This div background color is #090600.

Border color

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

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

This div border color is #090600.

Opacity

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

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

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

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

This text has shadow with #090600 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090600.

Preview

Color preview on black background

This text has color #090600 on black background.


Color preview on white background

This text has color #090600 on white background.


Black color preview on #090600 background

This text has black color on #090600 background.


White color preview on #090600 background

This text has white color on #090600 background.


Related colors

Complementary color

Complementary color for #hex is #F6F9FF.


I love getcolorcode.com

Triadic colors

1 #000906 and #060009 with #090600 are triadic colors.

2 #000609 and #060900 with #090600 are triadic colors.