Shades of Deep Fir #063B11
Tints of Deep Fir #063B11
RGB
CMYK
RGB Variations
Color information
#063B11 (or 0x063B11) is known color: Deep Fir. HEX triplet: 06, 3B and 11. RGB value is (6,59,17). Sum of RGB (Red+Green+Blue) = 6+59+17=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 59 (23.44% from 255 or 71.95% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 59 - color contains mainly: green. Hex color #063B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063B11 is #F9C4EE. Grayscale: #262626. Windows color (decimal): -16368879 or 1129222. OLE color: 1129222.
HSL color Cylindrical-coordinate representation of color #063B11: hue angle of 132.45º degrees, saturation: 0.82, 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 #063B11 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 59 | 17 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.77 |
| HSL | 132.45º | 0.82% | 0.13% | - |
| HSV(B) | 132.45º | 0.9% | 0.23% | - |
| XYZ | 1.74 | 3.21 | 1.06 | - |
| YUV | 38.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 17 | 0.90 | 0 | 0.71 | 0.77 | 132.45 | 0.82 | 0.13 |
| Hex | 6 | 3B | 11 | 5A | 0 | 47 | 4D | 84 | 52 | D |
| Octal | 6 | 73 | 21 | 132 | 0 | 107 | 115 | 204 | 122 | 15 |
| Binary | 110 | 111011 | 10001 | 1011010 | 0 | 1000111 | 1001101 | 10000100 | 1010010 | 1101 |
Color Harmonies of #063B11
Complementary color
Monochromatic Colors of #063B11
Black with #063B11
Text Example
Text Example
White with #063B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063B11; }
p { color: rgb(6,59,17); }
H1.HeaderClassName
{
color: #063B11;
}
.AnyTagClassName
{
color: #063B11;
}
</style>
background-color css
<style>
a { background-color: #063B11; }
a { background-color: rgb(6,59,17); }
div.DivClassName
{
background-color: #063B11;
}
.BgClassName
{
background-color: #063B11;
}
</style>
border-color css
<style>
span { border-color: #063B11; }
span { border-color: rgb(6,59,17); }
td.TdClassName
{
border-color: #063B11;
}
.TagClassName
{
border-color: #063B11;
}
</style>