Shades of Deep Fir #063F10
Tints of Deep Fir #063F10
RGB
CMYK
RGB Variations
Color information
#063F10 (or 0x063F10) is known color: Deep Fir. HEX triplet: 06, 3F and 10. RGB value is (6,63,16). Sum of RGB (Red+Green+Blue) = 6+63+16=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 63 (25% from 255 or 74.12% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 63 - color contains mainly: green. Hex color #063F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063F10 is #F9C0EF. Grayscale: #282828. Windows color (decimal): -16367856 or 1064710. OLE color: 1064710.
HSL color Cylindrical-coordinate representation of color #063F10: hue angle of 130.53º 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 #063F10 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 63 | 16 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.75 |
| HSL | 130.53º | 0.83% | 0.14% | - |
| HSV(B) | 130.53º | 0.9% | 0.25% | - |
| XYZ | 1.95 | 3.63 | 1.09 | - |
| YUV | 40.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 16 | 0.90 | 0 | 0.75 | 0.75 | 130.53 | 0.83 | 0.14 |
| Hex | 6 | 3F | 10 | 5A | 0 | 4B | 4B | 83 | 53 | E |
| Octal | 6 | 77 | 20 | 132 | 0 | 113 | 113 | 203 | 123 | 16 |
| Binary | 110 | 111111 | 10000 | 1011010 | 0 | 1001011 | 1001011 | 10000011 | 1010011 | 1110 |
Color Harmonies of #063F10
Complementary color
Monochromatic Colors of #063F10
Black with #063F10
Text Example
Text Example
White with #063F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F10; }
p { color: rgb(6,63,16); }
H1.HeaderClassName
{
color: #063F10;
}
.AnyTagClassName
{
color: #063F10;
}
</style>
background-color css
<style>
a { background-color: #063F10; }
a { background-color: rgb(6,63,16); }
div.DivClassName
{
background-color: #063F10;
}
.BgClassName
{
background-color: #063F10;
}
</style>
border-color css
<style>
span { border-color: #063F10; }
span { border-color: rgb(6,63,16); }
td.TdClassName
{
border-color: #063F10;
}
.TagClassName
{
border-color: #063F10;
}
</style>