Shades of Deep Fir #065114
Tints of Deep Fir #065114
RGB
CMYK
RGB Variations
Color information
#065114 (or 0x065114) is known color: Deep Fir. HEX triplet: 06, 51 and 14. RGB value is (6,81,20). Sum of RGB (Red+Green+Blue) = 6+81+20=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 81 (32.03% from 255 or 75.70% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 81 - color contains mainly: green. Hex color #065114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065114 is #F9AEEB. Grayscale: #333333. Windows color (decimal): -16363244 or 1331462. OLE color: 1331462.
HSL color Cylindrical-coordinate representation of color #065114: hue angle of 131.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065114 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 81 | 20 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.68 |
| HSL | 131.2º | 0.86% | 0.17% | - |
| HSV(B) | 131.2º | 0.93% | 0.32% | - |
| XYZ | 3.14 | 5.97 | 1.65 | - |
| YUV | 51.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 20 | 0.93 | 0 | 0.75 | 0.68 | 131.2 | 0.86 | 0.17 |
| Hex | 6 | 51 | 14 | 5D | 0 | 4B | 44 | 83 | 56 | 11 |
| Octal | 6 | 121 | 24 | 135 | 0 | 113 | 104 | 203 | 126 | 21 |
| Binary | 110 | 1010001 | 10100 | 1011101 | 0 | 1001011 | 1000100 | 10000011 | 1010110 | 10001 |
Color Harmonies of #065114
Complementary color
Monochromatic Colors of #065114
Black with #065114
Text Example
Text Example
White with #065114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065114; }
p { color: rgb(6,81,20); }
H1.HeaderClassName
{
color: #065114;
}
.AnyTagClassName
{
color: #065114;
}
</style>
background-color css
<style>
a { background-color: #065114; }
a { background-color: rgb(6,81,20); }
div.DivClassName
{
background-color: #065114;
}
.BgClassName
{
background-color: #065114;
}
</style>
border-color css
<style>
span { border-color: #065114; }
span { border-color: rgb(6,81,20); }
td.TdClassName
{
border-color: #065114;
}
.TagClassName
{
border-color: #065114;
}
</style>