Shades of Deep Fir #063C15
Tints of Deep Fir #063C15
RGB
CMYK
RGB Variations
Color information
#063C15 (or 0x063C15) is known color: Deep Fir. HEX triplet: 06, 3C and 15. RGB value is (6,60,21). Sum of RGB (Red+Green+Blue) = 6+60+21=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 60 (23.83% from 255 or 68.97% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 60 - color contains mainly: green. Hex color #063C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063C15 is #F9C3EA. Grayscale: #272727. Windows color (decimal): -16368619 or 1391622. OLE color: 1391622.
HSL color Cylindrical-coordinate representation of color #063C15: hue angle of 136.67º 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 #063C15 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 60 | 21 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.76 |
| HSL | 136.67º | 0.82% | 0.13% | - |
| HSV(B) | 136.67º | 0.9% | 0.24% | - |
| XYZ | 1.83 | 3.32 | 1.25 | - |
| YUV | 39.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 21 | 0.90 | 0 | 0.65 | 0.76 | 136.67 | 0.82 | 0.13 |
| Hex | 6 | 3C | 15 | 5A | 0 | 41 | 4C | 89 | 52 | D |
| Octal | 6 | 74 | 25 | 132 | 0 | 101 | 114 | 211 | 122 | 15 |
| Binary | 110 | 111100 | 10101 | 1011010 | 0 | 1000001 | 1001100 | 10001001 | 1010010 | 1101 |
Color Harmonies of #063C15
Complementary color
Monochromatic Colors of #063C15
Black with #063C15
Text Example
Text Example
White with #063C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C15; }
p { color: rgb(6,60,21); }
H1.HeaderClassName
{
color: #063C15;
}
.AnyTagClassName
{
color: #063C15;
}
</style>
background-color css
<style>
a { background-color: #063C15; }
a { background-color: rgb(6,60,21); }
div.DivClassName
{
background-color: #063C15;
}
.BgClassName
{
background-color: #063C15;
}
</style>
border-color css
<style>
span { border-color: #063C15; }
span { border-color: rgb(6,60,21); }
td.TdClassName
{
border-color: #063C15;
}
.TagClassName
{
border-color: #063C15;
}
</style>