Shades of Pine Tree #091206
Tints of Pine Tree #091206
RGB
CMYK
RGB Variations
Color information
#091206 (or 0x091206) is known color: Pine Tree. HEX triplet: 09, 12 and 06. RGB value is (9,18,6). Sum of RGB (Red+Green+Blue) = 9+18+6=33 (4% of max value = 765). Red value is 9 (3.91% from 255 or 27.27% from 33); Green value is 18 (7.42% from 255 or 54.55% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 18 - color contains mainly: green. Hex color #091206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091206 is #F6EDF9. Grayscale: #0D0D0D. Windows color (decimal): -16182778 or 397833. OLE color: 397833.
HSL color Cylindrical-coordinate representation of color #091206: hue angle of 105º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #091206 is Cyan = 0.5, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 18 | 6 | - |
| CMYK | 0.5 | 0 | 0.67 | 0.93 |
| HSL | 105º | 0.5% | 0.05% | - |
| HSV(B) | 105º | 0.67% | 0.07% | - |
| XYZ | 0.36 | 0.5 | 0.25 | - |
| YUV | 13.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 6 | 0.5 | 0 | 0.67 | 0.93 | 105 | 0.5 | 0.05 |
| Hex | 9 | 12 | 6 | 32 | 0 | 43 | 5D | 69 | 32 | 5 |
| Octal | 11 | 22 | 6 | 62 | 0 | 103 | 135 | 151 | 62 | 5 |
| Binary | 1001 | 10010 | 110 | 110010 | 0 | 1000011 | 1011101 | 1101001 | 110010 | 101 |
Color Harmonies of #091206
Complementary color
Monochromatic Colors of #091206
Black with #091206
Text Example
Text Example
White with #091206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091206; }
p { color: rgb(9,18,6); }
H1.HeaderClassName
{
color: #091206;
}
.AnyTagClassName
{
color: #091206;
}
</style>
background-color css
<style>
a { background-color: #091206; }
a { background-color: rgb(9,18,6); }
div.DivClassName
{
background-color: #091206;
}
.BgClassName
{
background-color: #091206;
}
</style>
border-color css
<style>
span { border-color: #091206; }
span { border-color: rgb(9,18,6); }
td.TdClassName
{
border-color: #091206;
}
.TagClassName
{
border-color: #091206;
}
</style>