Shades of Pine Tree #101906
Tints of Pine Tree #101906
RGB
CMYK
RGB Variations
Color information
#101906 (or 0x101906) is known color: Pine Tree. HEX triplet: 10, 19 and 06. RGB value is (16,25,6). Sum of RGB (Red+Green+Blue) = 16+25+6=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 25 (10.16% from 255 or 53.19% from 47); Blue value is 6 (2.73% from 255 or 12.77% from 47); Max value from RGB is 25 - color contains mainly: green. Hex color #101906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101906 is #EFE6F9. Grayscale: #141414. Windows color (decimal): -15722234 or 399632. OLE color: 399632.
HSL color Cylindrical-coordinate representation of color #101906: hue angle of 88.42º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #101906 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 25 | 6 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.90 |
| HSL | 88.42º | 0.61% | 0.06% | - |
| HSV(B) | 88.42º | 0.76% | 0.1% | - |
| XYZ | 0.59 | 0.82 | 0.3 | - |
| YUV | 20.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 6 | 0.36 | 0 | 0.76 | 0.90 | 88.42 | 0.61 | 0.06 |
| Hex | 10 | 19 | 6 | 24 | 0 | 4C | 5A | 58 | 3D | 6 |
| Octal | 20 | 31 | 6 | 44 | 0 | 114 | 132 | 130 | 75 | 6 |
| Binary | 10000 | 11001 | 110 | 100100 | 0 | 1001100 | 1011010 | 1011000 | 111101 | 110 |
Color Harmonies of #101906
Complementary color
Monochromatic Colors of #101906
Black with #101906
Text Example
Text Example
White with #101906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101906; }
p { color: rgb(16,25,6); }
H1.HeaderClassName
{
color: #101906;
}
.AnyTagClassName
{
color: #101906;
}
</style>
background-color css
<style>
a { background-color: #101906; }
a { background-color: rgb(16,25,6); }
div.DivClassName
{
background-color: #101906;
}
.BgClassName
{
background-color: #101906;
}
</style>
border-color css
<style>
span { border-color: #101906; }
span { border-color: rgb(16,25,6); }
td.TdClassName
{
border-color: #101906;
}
.TagClassName
{
border-color: #101906;
}
</style>