Shades of Deep Fir #064315
Tints of Deep Fir #064315
RGB
CMYK
RGB Variations
Color information
#064315 (or 0x064315) is known color: Deep Fir. HEX triplet: 06, 43 and 15. RGB value is (6,67,21). Sum of RGB (Red+Green+Blue) = 6+67+21=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 67 (26.56% from 255 or 71.28% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 67 - color contains mainly: green. Hex color #064315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064315 is #F9BCEA. Grayscale: #2B2B2B. Windows color (decimal): -16366827 or 1393414. OLE color: 1393414.
HSL color Cylindrical-coordinate representation of color #064315: hue angle of 134.75º 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 #064315 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 67 | 21 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.74 |
| HSL | 134.75º | 0.84% | 0.14% | - |
| HSV(B) | 134.75º | 0.91% | 0.26% | - |
| XYZ | 2.22 | 4.11 | 1.39 | - |
| YUV | 43.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 21 | 0.91 | 0 | 0.69 | 0.74 | 134.75 | 0.84 | 0.14 |
| Hex | 6 | 43 | 15 | 5B | 0 | 45 | 4A | 87 | 54 | E |
| Octal | 6 | 103 | 25 | 133 | 0 | 105 | 112 | 207 | 124 | 16 |
| Binary | 110 | 1000011 | 10101 | 1011011 | 0 | 1000101 | 1001010 | 10000111 | 1010100 | 1110 |
Color Harmonies of #064315
Complementary color
Monochromatic Colors of #064315
Black with #064315
Text Example
Text Example
White with #064315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064315; }
p { color: rgb(6,67,21); }
H1.HeaderClassName
{
color: #064315;
}
.AnyTagClassName
{
color: #064315;
}
</style>
background-color css
<style>
a { background-color: #064315; }
a { background-color: rgb(6,67,21); }
div.DivClassName
{
background-color: #064315;
}
.BgClassName
{
background-color: #064315;
}
</style>
border-color css
<style>
span { border-color: #064315; }
span { border-color: rgb(6,67,21); }
td.TdClassName
{
border-color: #064315;
}
.TagClassName
{
border-color: #064315;
}
</style>