Shades of Deep Fir #063E0F
Tints of Deep Fir #063E0F
RGB
CMYK
RGB Variations
Color information
#063E0F (or 0x063E0F) is known color: Deep Fir. HEX triplet: 06, 3E and 0F. RGB value is (6,62,15). Sum of RGB (Red+Green+Blue) = 6+62+15=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 62 (24.61% from 255 or 74.70% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 62 - color contains mainly: green. Hex color #063E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063E0F is #F9C1F0. Grayscale: #282828. Windows color (decimal): -16368113 or 998918. OLE color: 998918.
HSL color Cylindrical-coordinate representation of color #063E0F: hue angle of 129.64º 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 #063E0F is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 62 | 15 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.76 |
| HSL | 129.64º | 0.82% | 0.13% | - |
| HSV(B) | 129.64º | 0.9% | 0.24% | - |
| XYZ | 1.88 | 3.52 | 1.03 | - |
| YUV | 39.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 15 | 0.90 | 0 | 0.76 | 0.76 | 129.64 | 0.82 | 0.13 |
| Hex | 6 | 3E | F | 5A | 0 | 4C | 4C | 82 | 52 | D |
| Octal | 6 | 76 | 17 | 132 | 0 | 114 | 114 | 202 | 122 | 15 |
| Binary | 110 | 111110 | 1111 | 1011010 | 0 | 1001100 | 1001100 | 10000010 | 1010010 | 1101 |
Color Harmonies of #063E0F
Complementary color
Monochromatic Colors of #063E0F
Black with #063E0F
Text Example
Text Example
White with #063E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E0F; }
p { color: rgb(6,62,15); }
H1.HeaderClassName
{
color: #063E0F;
}
.AnyTagClassName
{
color: #063E0F;
}
</style>
background-color css
<style>
a { background-color: #063E0F; }
a { background-color: rgb(6,62,15); }
div.DivClassName
{
background-color: #063E0F;
}
.BgClassName
{
background-color: #063E0F;
}
</style>
border-color css
<style>
span { border-color: #063E0F; }
span { border-color: rgb(6,62,15); }
td.TdClassName
{
border-color: #063E0F;
}
.TagClassName
{
border-color: #063E0F;
}
</style>