Shades of Deep Fir #064312
Tints of Deep Fir #064312
RGB
CMYK
RGB Variations
Color information
#064312 (or 0x064312) is known color: Deep Fir. HEX triplet: 06, 43 and 12. RGB value is (6,67,18). Sum of RGB (Red+Green+Blue) = 6+67+18=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 67 (26.56% from 255 or 73.63% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 67 - color contains mainly: green. Hex color #064312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064312 is #F9BCED. Grayscale: #2B2B2B. Windows color (decimal): -16366830 or 1196806. OLE color: 1196806.
HSL color Cylindrical-coordinate representation of color #064312: hue angle of 131.8º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064312 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 67 | 18 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.74 |
| HSL | 131.8º | 0.84% | 0.14% | - |
| HSV(B) | 131.8º | 0.91% | 0.26% | - |
| XYZ | 2.19 | 4.1 | 1.25 | - |
| YUV | 43.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 18 | 0.91 | 0 | 0.73 | 0.74 | 131.8 | 0.84 | 0.14 |
| Hex | 6 | 43 | 12 | 5B | 0 | 49 | 4A | 84 | 54 | E |
| Octal | 6 | 103 | 22 | 133 | 0 | 111 | 112 | 204 | 124 | 16 |
| Binary | 110 | 1000011 | 10010 | 1011011 | 0 | 1001001 | 1001010 | 10000100 | 1010100 | 1110 |
Color Harmonies of #064312
Complementary color
Monochromatic Colors of #064312
Black with #064312
Text Example
Text Example
White with #064312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064312; }
p { color: rgb(6,67,18); }
H1.HeaderClassName
{
color: #064312;
}
.AnyTagClassName
{
color: #064312;
}
</style>
background-color css
<style>
a { background-color: #064312; }
a { background-color: rgb(6,67,18); }
div.DivClassName
{
background-color: #064312;
}
.BgClassName
{
background-color: #064312;
}
</style>
border-color css
<style>
span { border-color: #064312; }
span { border-color: rgb(6,67,18); }
td.TdClassName
{
border-color: #064312;
}
.TagClassName
{
border-color: #064312;
}
</style>