Shades of Deep Fir #063C0E
Tints of Deep Fir #063C0E
RGB
CMYK
RGB Variations
Color information
#063C0E (or 0x063C0E) is known color: Deep Fir. HEX triplet: 06, 3C and 0E. RGB value is (6,60,14). Sum of RGB (Red+Green+Blue) = 6+60+14=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 60 (23.83% from 255 or 75% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 60 - color contains mainly: green. Hex color #063C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063C0E is #F9C3F1. Grayscale: #262626. Windows color (decimal): -16368626 or 932870. OLE color: 932870.
HSL color Cylindrical-coordinate representation of color #063C0E: hue angle of 128.89º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063C0E is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 60 | 14 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.76 |
| HSL | 128.89º | 0.82% | 0.13% | - |
| HSV(B) | 128.89º | 0.9% | 0.24% | - |
| XYZ | 1.77 | 3.3 | 0.96 | - |
| YUV | 38.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 14 | 0.90 | 0 | 0.77 | 0.76 | 128.89 | 0.82 | 0.13 |
| Hex | 6 | 3C | E | 5A | 0 | 4D | 4C | 81 | 52 | D |
| Octal | 6 | 74 | 16 | 132 | 0 | 115 | 114 | 201 | 122 | 15 |
| Binary | 110 | 111100 | 1110 | 1011010 | 0 | 1001101 | 1001100 | 10000001 | 1010010 | 1101 |
Color Harmonies of #063C0E
Complementary color
Monochromatic Colors of #063C0E
Black with #063C0E
Text Example
Text Example
White with #063C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C0E; }
p { color: rgb(6,60,14); }
H1.HeaderClassName
{
color: #063C0E;
}
.AnyTagClassName
{
color: #063C0E;
}
</style>
background-color css
<style>
a { background-color: #063C0E; }
a { background-color: rgb(6,60,14); }
div.DivClassName
{
background-color: #063C0E;
}
.BgClassName
{
background-color: #063C0E;
}
</style>
border-color css
<style>
span { border-color: #063C0E; }
span { border-color: rgb(6,60,14); }
td.TdClassName
{
border-color: #063C0E;
}
.TagClassName
{
border-color: #063C0E;
}
</style>