Shades of Deep Fir #062C10
Tints of Deep Fir #062C10
RGB
CMYK
RGB Variations
Color information
#062C10 (or 0x062C10) is known color: Deep Fir. HEX triplet: 06, 2C and 10. RGB value is (6,44,16). Sum of RGB (Red+Green+Blue) = 6+44+16=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 44 (17.58% from 255 or 66.67% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 44 - color contains mainly: green. Hex color #062C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062C10 is #F9D3EF. Grayscale: #1D1D1D. Windows color (decimal): -16372720 or 1059846. OLE color: 1059846.
HSL color Cylindrical-coordinate representation of color #062C10: hue angle of 135.79º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062C10 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 44 | 16 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.83 |
| HSL | 135.79º | 0.76% | 0.1% | - |
| HSV(B) | 135.79º | 0.86% | 0.17% | - |
| XYZ | 1.07 | 1.88 | 0.8 | - |
| YUV | 29.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 16 | 0.86 | 0 | 0.64 | 0.83 | 135.79 | 0.76 | 0.1 |
| Hex | 6 | 2C | 10 | 56 | 0 | 40 | 53 | 88 | 4C | A |
| Octal | 6 | 54 | 20 | 126 | 0 | 100 | 123 | 210 | 114 | 12 |
| Binary | 110 | 101100 | 10000 | 1010110 | 0 | 1000000 | 1010011 | 10001000 | 1001100 | 1010 |
Color Harmonies of #062C10
Complementary color
Monochromatic Colors of #062C10
Black with #062C10
Text Example
Text Example
White with #062C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062C10; }
p { color: rgb(6,44,16); }
H1.HeaderClassName
{
color: #062C10;
}
.AnyTagClassName
{
color: #062C10;
}
</style>
background-color css
<style>
a { background-color: #062C10; }
a { background-color: rgb(6,44,16); }
div.DivClassName
{
background-color: #062C10;
}
.BgClassName
{
background-color: #062C10;
}
</style>
border-color css
<style>
span { border-color: #062C10; }
span { border-color: rgb(6,44,16); }
td.TdClassName
{
border-color: #062C10;
}
.TagClassName
{
border-color: #062C10;
}
</style>