Shades of Pine Tree #061100
Tints of Pine Tree #061100
RGB
CMYK
RGB Variations
Color information
#061100 (or 0x061100) is known color: Pine Tree. HEX triplet: 06, 11 and 00. RGB value is (6,17,0). Sum of RGB (Red+Green+Blue) = 6+17+0=23 (3% of max value = 765). Red value is 6 (2.73% from 255 or 26.09% from 23); Green value is 17 (7.03% from 255 or 73.91% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 17 - color contains mainly: green. Hex color #061100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061100 is #F9EEFF. Grayscale: #0B0B0B. Windows color (decimal): -16379648 or 4358. OLE color: 4358.
HSL color Cylindrical-coordinate representation of color #061100: hue angle of 98.82º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #061100 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 17 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.93 |
| HSL | 98.82º | 1% | 0.03% | - |
| HSV(B) | 98.82º | 1% | 0.07% | - |
| XYZ | 0.28 | 0.44 | 0.07 | - |
| YUV | 11.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 0 | 0.65 | 0 | 1 | 0.93 | 98.82 | 1 | 0.03 |
| Hex | 6 | 11 | 0 | 41 | 0 | 64 | 5D | 63 | 64 | 3 |
| Octal | 6 | 21 | 0 | 101 | 0 | 144 | 135 | 143 | 144 | 3 |
| Binary | 110 | 10001 | 0 | 1000001 | 0 | 1100100 | 1011101 | 1100011 | 1100100 | 11 |
Color Harmonies of #061100
Complementary color
Monochromatic Colors of #061100
Black with #061100
Text Example
Text Example
White with #061100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061100; }
p { color: rgb(6,17,0); }
H1.HeaderClassName
{
color: #061100;
}
.AnyTagClassName
{
color: #061100;
}
</style>
background-color css
<style>
a { background-color: #061100; }
a { background-color: rgb(6,17,0); }
div.DivClassName
{
background-color: #061100;
}
.BgClassName
{
background-color: #061100;
}
</style>
border-color css
<style>
span { border-color: #061100; }
span { border-color: rgb(6,17,0); }
td.TdClassName
{
border-color: #061100;
}
.TagClassName
{
border-color: #061100;
}
</style>