Shades of Deep Fir #064412
Tints of Deep Fir #064412
RGB
CMYK
RGB Variations
Color information
#064412 (or 0x064412) is known color: Deep Fir. HEX triplet: 06, 44 and 12. RGB value is (6,68,18). Sum of RGB (Red+Green+Blue) = 6+68+18=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 68 (26.95% from 255 or 73.91% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 68 - color contains mainly: green. Hex color #064412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064412 is #F9BBED. Grayscale: #2B2B2B. Windows color (decimal): -16366574 or 1197062. OLE color: 1197062.
HSL color Cylindrical-coordinate representation of color #064412: hue angle of 131.61º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064412 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 68 | 18 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.73 |
| HSL | 131.61º | 0.84% | 0.15% | - |
| HSV(B) | 131.61º | 0.91% | 0.27% | - |
| XYZ | 2.25 | 4.22 | 1.27 | - |
| YUV | 43.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 18 | 0.91 | 0 | 0.74 | 0.73 | 131.61 | 0.84 | 0.15 |
| Hex | 6 | 44 | 12 | 5B | 0 | 4A | 49 | 84 | 54 | F |
| Octal | 6 | 104 | 22 | 133 | 0 | 112 | 111 | 204 | 124 | 17 |
| Binary | 110 | 1000100 | 10010 | 1011011 | 0 | 1001010 | 1001001 | 10000100 | 1010100 | 1111 |
Color Harmonies of #064412
Complementary color
Monochromatic Colors of #064412
Black with #064412
Text Example
Text Example
White with #064412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064412; }
p { color: rgb(6,68,18); }
H1.HeaderClassName
{
color: #064412;
}
.AnyTagClassName
{
color: #064412;
}
</style>
background-color css
<style>
a { background-color: #064412; }
a { background-color: rgb(6,68,18); }
div.DivClassName
{
background-color: #064412;
}
.BgClassName
{
background-color: #064412;
}
</style>
border-color css
<style>
span { border-color: #064412; }
span { border-color: rgb(6,68,18); }
td.TdClassName
{
border-color: #064412;
}
.TagClassName
{
border-color: #064412;
}
</style>