Shades of Pine Tree #061400
Tints of Pine Tree #061400
RGB
CMYK
RGB Variations
Color information
#061400 (or 0x061400) is known color: Pine Tree. HEX triplet: 06, 14 and 00. RGB value is (6,20,0). Sum of RGB (Red+Green+Blue) = 6+20+0=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 20 (8.20% from 255 or 76.92% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 20 - color contains mainly: green. Hex color #061400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061400 is #F9EBFF. Grayscale: #0D0D0D. Windows color (decimal): -16378880 or 5126. OLE color: 5126.
HSL color Cylindrical-coordinate representation of color #061400: hue angle of 102º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #061400 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 20 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.92 |
| HSL | 102º | 1% | 0.04% | - |
| HSV(B) | 102º | 1% | 0.08% | - |
| XYZ | 0.33 | 0.54 | 0.09 | - |
| YUV | 13.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 0 | 0.70 | 0 | 1 | 0.92 | 102 | 1 | 0.04 |
| Hex | 6 | 14 | 0 | 46 | 0 | 64 | 5C | 66 | 64 | 4 |
| Octal | 6 | 24 | 0 | 106 | 0 | 144 | 134 | 146 | 144 | 4 |
| Binary | 110 | 10100 | 0 | 1000110 | 0 | 1100100 | 1011100 | 1100110 | 1100100 | 100 |
Color Harmonies of #061400
Complementary color
Monochromatic Colors of #061400
Black with #061400
Text Example
Text Example
White with #061400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061400; }
p { color: rgb(6,20,0); }
H1.HeaderClassName
{
color: #061400;
}
.AnyTagClassName
{
color: #061400;
}
</style>
background-color css
<style>
a { background-color: #061400; }
a { background-color: rgb(6,20,0); }
div.DivClassName
{
background-color: #061400;
}
.BgClassName
{
background-color: #061400;
}
</style>
border-color css
<style>
span { border-color: #061400; }
span { border-color: rgb(6,20,0); }
td.TdClassName
{
border-color: #061400;
}
.TagClassName
{
border-color: #061400;
}
</style>