Shades of Deep Fir #063112
Tints of Deep Fir #063112
RGB
CMYK
RGB Variations
Color information
#063112 (or 0x063112) is known color: Deep Fir. HEX triplet: 06, 31 and 12. RGB value is (6,49,18). Sum of RGB (Red+Green+Blue) = 6+49+18=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 49 (19.53% from 255 or 67.12% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 49 - color contains mainly: green. Hex color #063112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063112 is #F9CEED. Grayscale: #202020. Windows color (decimal): -16371438 or 1192198. OLE color: 1192198.
HSL color Cylindrical-coordinate representation of color #063112: hue angle of 136.74º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063112 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 49 | 18 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.81 |
| HSL | 136.74º | 0.78% | 0.11% | - |
| HSV(B) | 136.74º | 0.88% | 0.19% | - |
| XYZ | 1.28 | 2.28 | 0.94 | - |
| YUV | 32.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 18 | 0.88 | 0 | 0.63 | 0.81 | 136.74 | 0.78 | 0.11 |
| Hex | 6 | 31 | 12 | 58 | 0 | 3F | 51 | 89 | 4E | B |
| Octal | 6 | 61 | 22 | 130 | 0 | 77 | 121 | 211 | 116 | 13 |
| Binary | 110 | 110001 | 10010 | 1011000 | 0 | 111111 | 1010001 | 10001001 | 1001110 | 1011 |
Color Harmonies of #063112
Complementary color
Monochromatic Colors of #063112
Black with #063112
Text Example
Text Example
White with #063112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063112; }
p { color: rgb(6,49,18); }
H1.HeaderClassName
{
color: #063112;
}
.AnyTagClassName
{
color: #063112;
}
</style>
background-color css
<style>
a { background-color: #063112; }
a { background-color: rgb(6,49,18); }
div.DivClassName
{
background-color: #063112;
}
.BgClassName
{
background-color: #063112;
}
</style>
border-color css
<style>
span { border-color: #063112; }
span { border-color: rgb(6,49,18); }
td.TdClassName
{
border-color: #063112;
}
.TagClassName
{
border-color: #063112;
}
</style>