Shades of Deep Fir #06290C
Tints of Deep Fir #06290C
RGB
CMYK
RGB Variations
Color information
#06290C (or 0x06290C) is known color: Deep Fir. HEX triplet: 06, 29 and 0C. RGB value is (6,41,12). Sum of RGB (Red+Green+Blue) = 6+41+12=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 41 (16.41% from 255 or 69.49% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 41 - color contains mainly: green. Hex color #06290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06290C is #F9D6F3. Grayscale: #1B1B1B. Windows color (decimal): -16373492 or 796934. OLE color: 796934.
HSL color Cylindrical-coordinate representation of color #06290C: hue angle of 130.29º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #06290C is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 41 | 12 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.84 |
| HSL | 130.29º | 0.74% | 0.09% | - |
| HSV(B) | 130.29º | 0.85% | 0.16% | - |
| XYZ | 0.93 | 1.65 | 0.62 | - |
| YUV | 27.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 12 | 0.85 | 0 | 0.71 | 0.84 | 130.29 | 0.74 | 0.09 |
| Hex | 6 | 29 | C | 55 | 0 | 47 | 54 | 82 | 4A | 9 |
| Octal | 6 | 51 | 14 | 125 | 0 | 107 | 124 | 202 | 112 | 11 |
| Binary | 110 | 101001 | 1100 | 1010101 | 0 | 1000111 | 1010100 | 10000010 | 1001010 | 1001 |
Color Harmonies of #06290C
Complementary color
Monochromatic Colors of #06290C
Black with #06290C
Text Example
Text Example
White with #06290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06290C; }
p { color: rgb(6,41,12); }
H1.HeaderClassName
{
color: #06290C;
}
.AnyTagClassName
{
color: #06290C;
}
</style>
background-color css
<style>
a { background-color: #06290C; }
a { background-color: rgb(6,41,12); }
div.DivClassName
{
background-color: #06290C;
}
.BgClassName
{
background-color: #06290C;
}
</style>
border-color css
<style>
span { border-color: #06290C; }
span { border-color: rgb(6,41,12); }
td.TdClassName
{
border-color: #06290C;
}
.TagClassName
{
border-color: #06290C;
}
</style>