Shades of Deep Fir #063A0E
Tints of Deep Fir #063A0E
RGB
CMYK
RGB Variations
Color information
#063A0E (or 0x063A0E) is known color: Deep Fir. HEX triplet: 06, 3A and 0E. RGB value is (6,58,14). Sum of RGB (Red+Green+Blue) = 6+58+14=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 58 (23.05% from 255 or 74.36% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 58 - color contains mainly: green. Hex color #063A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063A0E is #F9C5F1. Grayscale: #252525. Windows color (decimal): -16369138 or 932358. OLE color: 932358.
HSL color Cylindrical-coordinate representation of color #063A0E: hue angle of 129.23º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063A0E is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 58 | 14 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.77 |
| HSL | 129.23º | 0.81% | 0.13% | - |
| HSV(B) | 129.23º | 0.9% | 0.23% | - |
| XYZ | 1.67 | 3.1 | 0.93 | - |
| YUV | 37.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 14 | 0.90 | 0 | 0.76 | 0.77 | 129.23 | 0.81 | 0.13 |
| Hex | 6 | 3A | E | 5A | 0 | 4C | 4D | 81 | 51 | D |
| Octal | 6 | 72 | 16 | 132 | 0 | 114 | 115 | 201 | 121 | 15 |
| Binary | 110 | 111010 | 1110 | 1011010 | 0 | 1001100 | 1001101 | 10000001 | 1010001 | 1101 |
Color Harmonies of #063A0E
Complementary color
Monochromatic Colors of #063A0E
Black with #063A0E
Text Example
Text Example
White with #063A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A0E; }
p { color: rgb(6,58,14); }
H1.HeaderClassName
{
color: #063A0E;
}
.AnyTagClassName
{
color: #063A0E;
}
</style>
background-color css
<style>
a { background-color: #063A0E; }
a { background-color: rgb(6,58,14); }
div.DivClassName
{
background-color: #063A0E;
}
.BgClassName
{
background-color: #063A0E;
}
</style>
border-color css
<style>
span { border-color: #063A0E; }
span { border-color: rgb(6,58,14); }
td.TdClassName
{
border-color: #063A0E;
}
.TagClassName
{
border-color: #063A0E;
}
</style>