Shades of Pine Tree #080906
Tints of Pine Tree #080906
RGB
CMYK
RGB Variations
Color information
#080906 (or 0x080906) is known color: Pine Tree. HEX triplet: 08, 09 and 06. RGB value is (8,9,6). Sum of RGB (Red+Green+Blue) = 8+9+6=23 (3% of max value = 765). Red value is 8 (3.52% from 255 or 34.78% from 23); Green value is 9 (3.91% from 255 or 39.13% from 23); Blue value is 6 (2.73% from 255 or 26.09% from 23); Max value from RGB is 9 - color contains mainly: green. Hex color #080906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080906 is #F7F6F9. Grayscale: #080808. Windows color (decimal): -16250618 or 395528. OLE color: 395528.
HSL color Cylindrical-coordinate representation of color #080906: hue angle of 80º degrees, saturation: 0.2, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #080906 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 9 | 6 | - |
CMYK | 0.11 | 0 | 0.33 | 0.96 |
HSL | 80º | 0.2% | 0.03% | - |
HSV(B) | 80º | 0.33% | 0.04% | - |
XYZ | 0.23 | 0.26 | 0.21 | - |
YUV | 8.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 9 | 6 | 0.11 | 0 | 0.33 | 0.96 | 80 | 0.2 | 0.03 |
Hex | 8 | 9 | 6 | B | 0 | 21 | 60 | 50 | 14 | 3 |
Octal | 10 | 11 | 6 | 13 | 0 | 41 | 140 | 120 | 24 | 3 |
Binary | 1000 | 1001 | 110 | 1011 | 0 | 100001 | 1100000 | 1010000 | 10100 | 11 |
Color Harmonies of #080906
Complementary color
Monochromatic Colors of #080906
Black with #080906
Text Example
Text Example
White with #080906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080906; }
p { color: rgb(8,9,6); }
H1.HeaderClassName
{
color: #080906;
}
.AnyTagClassName
{
color: #080906;
}
</style>
background-color css
<style>
a { background-color: #080906; }
a { background-color: rgb(8,9,6); }
div.DivClassName
{
background-color: #080906;
}
.BgClassName
{
background-color: #080906;
}
</style>
border-color css
<style>
span { border-color: #080906; }
span { border-color: rgb(8,9,6); }
td.TdClassName
{
border-color: #080906;
}
.TagClassName
{
border-color: #080906;
}
</style>