COLOR #091206

HEX: #091206 RGB: (9,18,6)

Color info

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

RGB color model

#091206 color RGB value is (9,18,6).

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

RGB channels and saturation

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

9
18
6

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

Portions of RGB colors in percentages

R + G + B = 9 + 18 + 6 = 33 (100%)
R 9 of 33 ~ 27.27%
G 18 of 33 ~ 54.55%
B 6 of 33 ~ 18.18'%

%27.27
%54.55
%18.18

CMYK color model

#091206 color CMYK value is (50,0,67,93).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 92.94%
CMYK: (50,0,67,93) C50M0Y67K93 (50%,0%,67%,93%) (0.50/0.00/0.67/0.93) 

CMYK percentages

%50
%0
%66.67
%92.94

Codes

Color #091206 in popluar color models

09 12 06
RGB 9 18 6
HSL 105° 50.00% 4.71%
HSB/HSV 105° 66.67% 7.06%
CMYK 50.00% 0.00% 66.67%
92.94%

Color #091206 in popluar number systems.

HEX 09 12 06
Decimal 9 18 6
Binary 1001 10010 110
Octal 11 22 6

Shades and tints

Shades of #091206

#091206
(9,18,6)
#091106
(9,17,6)
#091006
(9,16,6)
#090F06
(9,15,6)
#090E06
(9,14,6)
#090D06
(9,13,6)
#090C06
(9,12,6)
#090B06
(9,11,6)
#090A06
(9,10,6)
#090906
(9,9,6)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #091206

#091206
(9,18,6)
#1F271C
(31,39,28)
#353C32
(53,60,50)
#4B5148
(75,81,72)
#61665E
(97,102,94)
#777B74
(119,123,116)
#8D908A
(141,144,138)
#A3A5A0
(163,165,160)
#B9BAB6
(185,186,182)
#CFCFCC
(207,207,204)
#E5E4E2
(229,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091206; }

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

This text font color is #091206.

Background Color

.myBgColor { background-color: #091206; }

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

This div background color is #091206.

Border color

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

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

This div border color is #091206.

Opacity

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

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

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

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

This text has shadow with #091206 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091206.

Preview

Color preview on black background

This text has color #091206 on black background.


Color preview on white background

This text has color #091206 on white background.


Black color preview on #091206 background

This text has black color on #091206 background.


White color preview on #091206 background

This text has white color on #091206 background.


Related colors

Complementary color

Complementary color for #hex is #F6EDF9.


I love getcolorcode.com

Triadic colors

1 #060912 and #120609 with #091206 are triadic colors.

2 #061209 and #120906 with #091206 are triadic colors.