Shades of Deep Fir #063B0F
Tints of Deep Fir #063B0F
RGB
CMYK
RGB Variations
Color information
#063B0F (or 0x063B0F) is known color: Deep Fir. HEX triplet: 06, 3B and 0F. RGB value is (6,59,15). Sum of RGB (Red+Green+Blue) = 6+59+15=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 59 (23.44% from 255 or 73.75% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 59 - color contains mainly: green. Hex color #063B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063B0F is #F9C4F0. Grayscale: #262626. Windows color (decimal): -16368881 or 998150. OLE color: 998150.
HSL color Cylindrical-coordinate representation of color #063B0F: hue angle of 130.19º 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 #063B0F is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 59 | 15 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.77 |
| HSL | 130.19º | 0.82% | 0.13% | - |
| HSV(B) | 130.19º | 0.9% | 0.23% | - |
| XYZ | 1.73 | 3.2 | 0.98 | - |
| YUV | 38.14 | 114.94 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 15 | 0.90 | 0 | 0.75 | 0.77 | 130.19 | 0.82 | 0.13 |
| Hex | 6 | 3B | F | 5A | 0 | 4B | 4D | 82 | 52 | D |
| Octal | 6 | 73 | 17 | 132 | 0 | 113 | 115 | 202 | 122 | 15 |
| Binary | 110 | 111011 | 1111 | 1011010 | 0 | 1001011 | 1001101 | 10000010 | 1010010 | 1101 |
Color Harmonies of #063B0F
Complementary color
Monochromatic Colors of #063B0F
Black with #063B0F
Text Example
Text Example
White with #063B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063B0F; }
p { color: rgb(6,59,15); }
H1.HeaderClassName
{
color: #063B0F;
}
.AnyTagClassName
{
color: #063B0F;
}
</style>
background-color css
<style>
a { background-color: #063B0F; }
a { background-color: rgb(6,59,15); }
div.DivClassName
{
background-color: #063B0F;
}
.BgClassName
{
background-color: #063B0F;
}
</style>
border-color css
<style>
span { border-color: #063B0F; }
span { border-color: rgb(6,59,15); }
td.TdClassName
{
border-color: #063B0F;
}
.TagClassName
{
border-color: #063B0F;
}
</style>