Shades of Deep Fir #063512
Tints of Deep Fir #063512
RGB
CMYK
RGB Variations
Color information
#063512 (or 0x063512) is known color: Deep Fir. HEX triplet: 06, 35 and 12. RGB value is (6,53,18). Sum of RGB (Red+Green+Blue) = 6+53+18=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 53 (21.09% from 255 or 68.83% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 53 - color contains mainly: green. Hex color #063512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063512 is #F9CAED. Grayscale: #232323. Windows color (decimal): -16370414 or 1193222. OLE color: 1193222.
HSL color Cylindrical-coordinate representation of color #063512: hue angle of 135.32º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063512 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 6 | 53 | 18 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.79 |
| HSL | 135.32º | 0.8% | 0.12% | - |
| HSV(B) | 135.32º | 0.89% | 0.21% | - |
| XYZ | 1.46 | 2.63 | 1 | - |
| YUV | 34.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 18 | 0.89 | 0 | 0.66 | 0.79 | 135.32 | 0.8 | 0.12 |
| Hex | 6 | 35 | 12 | 59 | 0 | 42 | 4F | 87 | 50 | C |
| Octal | 6 | 65 | 22 | 131 | 0 | 102 | 117 | 207 | 120 | 14 |
| Binary | 110 | 110101 | 10010 | 1011001 | 0 | 1000010 | 1001111 | 10000111 | 1010000 | 1100 |
Color Harmonies of #063512
Complementary color
Monochromatic Colors of #063512
Black with #063512
Text Example
Text Example
White with #063512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063512; }
p { color: rgb(6,53,18); }
H1.HeaderClassName
{
color: #063512;
}
.AnyTagClassName
{
color: #063512;
}
</style>
background-color css
<style>
a { background-color: #063512; }
a { background-color: rgb(6,53,18); }
div.DivClassName
{
background-color: #063512;
}
.BgClassName
{
background-color: #063512;
}
</style>
border-color css
<style>
span { border-color: #063512; }
span { border-color: rgb(6,53,18); }
td.TdClassName
{
border-color: #063512;
}
.TagClassName
{
border-color: #063512;
}
</style>