Shades of Deep Fir #063A0F
Tints of Deep Fir #063A0F
RGB
CMYK
RGB Variations
Color information
#063A0F (or 0x063A0F) is known color: Deep Fir. HEX triplet: 06, 3A and 0F. RGB value is (6,58,15). Sum of RGB (Red+Green+Blue) = 6+58+15=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 58 (23.05% from 255 or 73.42% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 58 - color contains mainly: green. Hex color #063A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063A0F is #F9C5F0. Grayscale: #252525. Windows color (decimal): -16369137 or 997894. OLE color: 997894.
HSL color Cylindrical-coordinate representation of color #063A0F: hue angle of 130.38º 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 #063A0F is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 58 | 15 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.77 |
| HSL | 130.38º | 0.81% | 0.13% | - |
| HSV(B) | 130.38º | 0.9% | 0.23% | - |
| XYZ | 1.67 | 3.1 | 0.96 | - |
| YUV | 37.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 15 | 0.90 | 0 | 0.74 | 0.77 | 130.38 | 0.81 | 0.13 |
| Hex | 6 | 3A | F | 5A | 0 | 4A | 4D | 82 | 51 | D |
| Octal | 6 | 72 | 17 | 132 | 0 | 112 | 115 | 202 | 121 | 15 |
| Binary | 110 | 111010 | 1111 | 1011010 | 0 | 1001010 | 1001101 | 10000010 | 1010001 | 1101 |
Color Harmonies of #063A0F
Complementary color
Monochromatic Colors of #063A0F
Black with #063A0F
Text Example
Text Example
White with #063A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A0F; }
p { color: rgb(6,58,15); }
H1.HeaderClassName
{
color: #063A0F;
}
.AnyTagClassName
{
color: #063A0F;
}
</style>
background-color css
<style>
a { background-color: #063A0F; }
a { background-color: rgb(6,58,15); }
div.DivClassName
{
background-color: #063A0F;
}
.BgClassName
{
background-color: #063A0F;
}
</style>
border-color css
<style>
span { border-color: #063A0F; }
span { border-color: rgb(6,58,15); }
td.TdClassName
{
border-color: #063A0F;
}
.TagClassName
{
border-color: #063A0F;
}
</style>