Shades of Pine Tree #061101
Tints of Pine Tree #061101
RGB
CMYK
RGB Variations
Color information
#061101 (or 0x061101) is known color: Pine Tree. HEX triplet: 06, 11 and 01. RGB value is (6,17,1). Sum of RGB (Red+Green+Blue) = 6+17+1=24 (3% of max value = 765). Red value is 6 (2.73% from 255 or 25% from 24); Green value is 17 (7.03% from 255 or 70.83% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 17 - color contains mainly: green. Hex color #061101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061101 is #F9EEFE. Grayscale: #0B0B0B. Windows color (decimal): -16379647 or 69894. OLE color: 69894.
HSL color Cylindrical-coordinate representation of color #061101: hue angle of 101.25º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061101 is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 17 | 1 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.93 |
| HSL | 101.25º | 0.89% | 0.04% | - |
| HSV(B) | 101.25º | 0.94% | 0.07% | - |
| XYZ | 0.28 | 0.44 | 0.1 | - |
| YUV | 11.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 1 | 0.65 | 0 | 0.94 | 0.93 | 101.25 | 0.89 | 0.04 |
| Hex | 6 | 11 | 1 | 41 | 0 | 5E | 5D | 65 | 59 | 4 |
| Octal | 6 | 21 | 1 | 101 | 0 | 136 | 135 | 145 | 131 | 4 |
| Binary | 110 | 10001 | 1 | 1000001 | 0 | 1011110 | 1011101 | 1100101 | 1011001 | 100 |
Color Harmonies of #061101
Complementary color
Monochromatic Colors of #061101
Black with #061101
Text Example
Text Example
White with #061101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061101; }
p { color: rgb(6,17,1); }
H1.HeaderClassName
{
color: #061101;
}
.AnyTagClassName
{
color: #061101;
}
</style>
background-color css
<style>
a { background-color: #061101; }
a { background-color: rgb(6,17,1); }
div.DivClassName
{
background-color: #061101;
}
.BgClassName
{
background-color: #061101;
}
</style>
border-color css
<style>
span { border-color: #061101; }
span { border-color: rgb(6,17,1); }
td.TdClassName
{
border-color: #061101;
}
.TagClassName
{
border-color: #061101;
}
</style>