Shades of Deep Fir #063D0F
Tints of Deep Fir #063D0F
RGB
CMYK
RGB Variations
Color information
#063D0F (or 0x063D0F) is known color: Deep Fir. HEX triplet: 06, 3D and 0F. RGB value is (6,61,15). Sum of RGB (Red+Green+Blue) = 6+61+15=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 61 (24.22% from 255 or 74.39% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 61 - color contains mainly: green. Hex color #063D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063D0F is #F9C2F0. Grayscale: #272727. Windows color (decimal): -16368369 or 998662. OLE color: 998662.
HSL color Cylindrical-coordinate representation of color #063D0F: hue angle of 129.82º 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 #063D0F is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 61 | 15 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.76 |
| HSL | 129.82º | 0.82% | 0.13% | - |
| HSV(B) | 129.82º | 0.9% | 0.24% | - |
| XYZ | 1.83 | 3.41 | 1.01 | - |
| YUV | 39.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 15 | 0.90 | 0 | 0.75 | 0.76 | 129.82 | 0.82 | 0.13 |
| Hex | 6 | 3D | F | 5A | 0 | 4B | 4C | 82 | 52 | D |
| Octal | 6 | 75 | 17 | 132 | 0 | 113 | 114 | 202 | 122 | 15 |
| Binary | 110 | 111101 | 1111 | 1011010 | 0 | 1001011 | 1001100 | 10000010 | 1010010 | 1101 |
Color Harmonies of #063D0F
Complementary color
Monochromatic Colors of #063D0F
Black with #063D0F
Text Example
Text Example
White with #063D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D0F; }
p { color: rgb(6,61,15); }
H1.HeaderClassName
{
color: #063D0F;
}
.AnyTagClassName
{
color: #063D0F;
}
</style>
background-color css
<style>
a { background-color: #063D0F; }
a { background-color: rgb(6,61,15); }
div.DivClassName
{
background-color: #063D0F;
}
.BgClassName
{
background-color: #063D0F;
}
</style>
border-color css
<style>
span { border-color: #063D0F; }
span { border-color: rgb(6,61,15); }
td.TdClassName
{
border-color: #063D0F;
}
.TagClassName
{
border-color: #063D0F;
}
</style>