Shades of Pine Tree #060905
Tints of Pine Tree #060905
RGB
CMYK
RGB Variations
Color information
#060905 (or 0x060905) is known color: Pine Tree. HEX triplet: 06, 09 and 05. RGB value is (6,9,5). Sum of RGB (Red+Green+Blue) = 6+9+5=20 (2% of max value = 765). Red value is 6 (2.73% from 255 or 30% from 20); Green value is 9 (3.91% from 255 or 45% from 20); Blue value is 5 (2.34% from 255 or 25% from 20); Max value from RGB is 9 - color contains mainly: green. Hex color #060905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060905 is #F9F6FA. Grayscale: #070707. Windows color (decimal): -16381691 or 329990. OLE color: 329990.
HSL color Cylindrical-coordinate representation of color #060905: hue angle of 105º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #060905 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 6 | 9 | 5 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.96 |
| HSL | 105º | 0.29% | 0.03% | - |
| HSV(B) | 105º | 0.44% | 0.04% | - |
| XYZ | 0.2 | 0.25 | 0.18 | - |
| YUV | 7.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 9 | 5 | 0.33 | 0 | 0.44 | 0.96 | 105 | 0.29 | 0.03 |
| Hex | 6 | 9 | 5 | 21 | 0 | 2C | 60 | 69 | 1D | 3 |
| Octal | 6 | 11 | 5 | 41 | 0 | 54 | 140 | 151 | 35 | 3 |
| Binary | 110 | 1001 | 101 | 100001 | 0 | 101100 | 1100000 | 1101001 | 11101 | 11 |
Color Harmonies of #060905
Complementary color
Monochromatic Colors of #060905
Black with #060905
Text Example
Text Example
White with #060905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060905; }
p { color: rgb(6,9,5); }
H1.HeaderClassName
{
color: #060905;
}
.AnyTagClassName
{
color: #060905;
}
</style>
background-color css
<style>
a { background-color: #060905; }
a { background-color: rgb(6,9,5); }
div.DivClassName
{
background-color: #060905;
}
.BgClassName
{
background-color: #060905;
}
</style>
border-color css
<style>
span { border-color: #060905; }
span { border-color: rgb(6,9,5); }
td.TdClassName
{
border-color: #060905;
}
.TagClassName
{
border-color: #060905;
}
</style>