Shades of Deep Fir #063E19
Tints of Deep Fir #063E19
RGB
CMYK
RGB Variations
Color information
#063E19 (or 0x063E19) is known color: Deep Fir. HEX triplet: 06, 3E and 19. RGB value is (6,62,25). Sum of RGB (Red+Green+Blue) = 6+62+25=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 62 (24.61% from 255 or 66.67% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 62 - color contains mainly: green. Hex color #063E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063E19 is #F9C1E6. Grayscale: #292929. Windows color (decimal): -16368103 or 1654278. OLE color: 1654278.
HSL color Cylindrical-coordinate representation of color #063E19: hue angle of 140.36º 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 #063E19 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 62 | 25 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.76 |
| HSL | 140.36º | 0.82% | 0.13% | - |
| HSV(B) | 140.36º | 0.9% | 0.24% | - |
| XYZ | 1.97 | 3.55 | 1.5 | - |
| YUV | 41.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 25 | 0.90 | 0 | 0.60 | 0.76 | 140.36 | 0.82 | 0.13 |
| Hex | 6 | 3E | 19 | 5A | 0 | 3C | 4C | 8C | 52 | D |
| Octal | 6 | 76 | 31 | 132 | 0 | 74 | 114 | 214 | 122 | 15 |
| Binary | 110 | 111110 | 11001 | 1011010 | 0 | 111100 | 1001100 | 10001100 | 1010010 | 1101 |
Color Harmonies of #063E19
Complementary color
Monochromatic Colors of #063E19
Black with #063E19
Text Example
Text Example
White with #063E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E19; }
p { color: rgb(6,62,25); }
H1.HeaderClassName
{
color: #063E19;
}
.AnyTagClassName
{
color: #063E19;
}
</style>
background-color css
<style>
a { background-color: #063E19; }
a { background-color: rgb(6,62,25); }
div.DivClassName
{
background-color: #063E19;
}
.BgClassName
{
background-color: #063E19;
}
</style>
border-color css
<style>
span { border-color: #063E19; }
span { border-color: rgb(6,62,25); }
td.TdClassName
{
border-color: #063E19;
}
.TagClassName
{
border-color: #063E19;
}
</style>