Shades of Deep Fir #064117
Tints of Deep Fir #064117
RGB
CMYK
RGB Variations
Color information
#064117 (or 0x064117) is known color: Deep Fir. HEX triplet: 06, 41 and 17. RGB value is (6,65,23). Sum of RGB (Red+Green+Blue) = 6+65+23=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 65 (25.78% from 255 or 69.15% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 65 - color contains mainly: green. Hex color #064117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064117 is #F9BEE8. Grayscale: #2A2A2A. Windows color (decimal): -16367337 or 1523974. OLE color: 1523974.
HSL color Cylindrical-coordinate representation of color #064117: hue angle of 137.29º 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 #064117 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 65 | 23 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.75 |
| HSL | 137.29º | 0.83% | 0.14% | - |
| HSV(B) | 137.29º | 0.91% | 0.25% | - |
| XYZ | 2.12 | 3.88 | 1.45 | - |
| YUV | 42.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 23 | 0.91 | 0 | 0.65 | 0.75 | 137.29 | 0.83 | 0.14 |
| Hex | 6 | 41 | 17 | 5B | 0 | 41 | 4B | 89 | 53 | E |
| Octal | 6 | 101 | 27 | 133 | 0 | 101 | 113 | 211 | 123 | 16 |
| Binary | 110 | 1000001 | 10111 | 1011011 | 0 | 1000001 | 1001011 | 10001001 | 1010011 | 1110 |
Color Harmonies of #064117
Complementary color
Monochromatic Colors of #064117
Black with #064117
Text Example
Text Example
White with #064117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064117; }
p { color: rgb(6,65,23); }
H1.HeaderClassName
{
color: #064117;
}
.AnyTagClassName
{
color: #064117;
}
</style>
background-color css
<style>
a { background-color: #064117; }
a { background-color: rgb(6,65,23); }
div.DivClassName
{
background-color: #064117;
}
.BgClassName
{
background-color: #064117;
}
</style>
border-color css
<style>
span { border-color: #064117; }
span { border-color: rgb(6,65,23); }
td.TdClassName
{
border-color: #064117;
}
.TagClassName
{
border-color: #064117;
}
</style>