Shades of Deep Fir #063F11
Tints of Deep Fir #063F11
RGB
CMYK
RGB Variations
Color information
#063F11 (or 0x063F11) is known color: Deep Fir. HEX triplet: 06, 3F and 11. RGB value is (6,63,17). Sum of RGB (Red+Green+Blue) = 6+63+17=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 63 (25% from 255 or 73.26% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 63 - color contains mainly: green. Hex color #063F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063F11 is #F9C0EE. Grayscale: #282828. Windows color (decimal): -16367855 or 1130246. OLE color: 1130246.
HSL color Cylindrical-coordinate representation of color #063F11: hue angle of 131.58º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063F11 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 63 | 17 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.75 |
| HSL | 131.58º | 0.83% | 0.14% | - |
| HSV(B) | 131.58º | 0.9% | 0.25% | - |
| XYZ | 1.95 | 3.63 | 1.13 | - |
| YUV | 40.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 17 | 0.90 | 0 | 0.73 | 0.75 | 131.58 | 0.83 | 0.14 |
| Hex | 6 | 3F | 11 | 5A | 0 | 49 | 4B | 84 | 53 | E |
| Octal | 6 | 77 | 21 | 132 | 0 | 111 | 113 | 204 | 123 | 16 |
| Binary | 110 | 111111 | 10001 | 1011010 | 0 | 1001001 | 1001011 | 10000100 | 1010011 | 1110 |
Color Harmonies of #063F11
Complementary color
Monochromatic Colors of #063F11
Black with #063F11
Text Example
Text Example
White with #063F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F11; }
p { color: rgb(6,63,17); }
H1.HeaderClassName
{
color: #063F11;
}
.AnyTagClassName
{
color: #063F11;
}
</style>
background-color css
<style>
a { background-color: #063F11; }
a { background-color: rgb(6,63,17); }
div.DivClassName
{
background-color: #063F11;
}
.BgClassName
{
background-color: #063F11;
}
</style>
border-color css
<style>
span { border-color: #063F11; }
span { border-color: rgb(6,63,17); }
td.TdClassName
{
border-color: #063F11;
}
.TagClassName
{
border-color: #063F11;
}
</style>