Shades of Deep Fir #064111
Tints of Deep Fir #064111
RGB
CMYK
RGB Variations
Color information
#064111 (or 0x064111) is known color: Deep Fir. HEX triplet: 06, 41 and 11. RGB value is (6,65,17). Sum of RGB (Red+Green+Blue) = 6+65+17=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 65 (25.78% from 255 or 73.86% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 65 - color contains mainly: green. Hex color #064111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064111 is #F9BEEE. Grayscale: #2A2A2A. Windows color (decimal): -16367343 or 1130758. OLE color: 1130758.
HSL color Cylindrical-coordinate representation of color #064111: hue angle of 131.19º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064111 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 65 | 17 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.75 |
| HSL | 131.19º | 0.83% | 0.14% | - |
| HSV(B) | 131.19º | 0.91% | 0.25% | - |
| XYZ | 2.07 | 3.86 | 1.17 | - |
| YUV | 41.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 17 | 0.91 | 0 | 0.74 | 0.75 | 131.19 | 0.83 | 0.14 |
| Hex | 6 | 41 | 11 | 5B | 0 | 4A | 4B | 83 | 53 | E |
| Octal | 6 | 101 | 21 | 133 | 0 | 112 | 113 | 203 | 123 | 16 |
| Binary | 110 | 1000001 | 10001 | 1011011 | 0 | 1001010 | 1001011 | 10000011 | 1010011 | 1110 |
Color Harmonies of #064111
Complementary color
Monochromatic Colors of #064111
Black with #064111
Text Example
Text Example
White with #064111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064111; }
p { color: rgb(6,65,17); }
H1.HeaderClassName
{
color: #064111;
}
.AnyTagClassName
{
color: #064111;
}
</style>
background-color css
<style>
a { background-color: #064111; }
a { background-color: rgb(6,65,17); }
div.DivClassName
{
background-color: #064111;
}
.BgClassName
{
background-color: #064111;
}
</style>
border-color css
<style>
span { border-color: #064111; }
span { border-color: rgb(6,65,17); }
td.TdClassName
{
border-color: #064111;
}
.TagClassName
{
border-color: #064111;
}
</style>