Shades of Deep Fir #063E11
Tints of Deep Fir #063E11
RGB
CMYK
RGB Variations
Color information
#063E11 (or 0x063E11) is known color: Deep Fir. HEX triplet: 06, 3E and 11. RGB value is (6,62,17). Sum of RGB (Red+Green+Blue) = 6+62+17=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 62 (24.61% from 255 or 72.94% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 62 - color contains mainly: green. Hex color #063E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063E11 is #F9C1EE. Grayscale: #282828. Windows color (decimal): -16368111 or 1129990. OLE color: 1129990.
HSL color Cylindrical-coordinate representation of color #063E11: hue angle of 131.79º 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 #063E11 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 62 | 17 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.76 |
| HSL | 131.79º | 0.82% | 0.13% | - |
| HSV(B) | 131.79º | 0.9% | 0.24% | - |
| XYZ | 1.9 | 3.52 | 1.11 | - |
| YUV | 40.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 17 | 0.90 | 0 | 0.73 | 0.76 | 131.79 | 0.82 | 0.13 |
| Hex | 6 | 3E | 11 | 5A | 0 | 49 | 4C | 84 | 52 | D |
| Octal | 6 | 76 | 21 | 132 | 0 | 111 | 114 | 204 | 122 | 15 |
| Binary | 110 | 111110 | 10001 | 1011010 | 0 | 1001001 | 1001100 | 10000100 | 1010010 | 1101 |
Color Harmonies of #063E11
Complementary color
Monochromatic Colors of #063E11
Black with #063E11
Text Example
Text Example
White with #063E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E11; }
p { color: rgb(6,62,17); }
H1.HeaderClassName
{
color: #063E11;
}
.AnyTagClassName
{
color: #063E11;
}
</style>
background-color css
<style>
a { background-color: #063E11; }
a { background-color: rgb(6,62,17); }
div.DivClassName
{
background-color: #063E11;
}
.BgClassName
{
background-color: #063E11;
}
</style>
border-color css
<style>
span { border-color: #063E11; }
span { border-color: rgb(6,62,17); }
td.TdClassName
{
border-color: #063E11;
}
.TagClassName
{
border-color: #063E11;
}
</style>