Shades of Deep Fir #06290D
Tints of Deep Fir #06290D
RGB
CMYK
RGB Variations
Color information
#06290D (or 0x06290D) is known color: Deep Fir. HEX triplet: 06, 29 and 0D. RGB value is (6,41,13). Sum of RGB (Red+Green+Blue) = 6+41+13=60 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10% from 60); Green value is 41 (16.41% from 255 or 68.33% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 41 - color contains mainly: green. Hex color #06290D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06290D is #F9D6F2. Grayscale: #1B1B1B. Windows color (decimal): -16373491 or 862470. OLE color: 862470.
HSL color Cylindrical-coordinate representation of color #06290D: hue angle of 132º 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 #06290D is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 41 | 13 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.84 |
| HSL | 132º | 0.74% | 0.09% | - |
| HSV(B) | 132º | 0.85% | 0.16% | - |
| XYZ | 0.94 | 1.65 | 0.65 | - |
| YUV | 27.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 13 | 0.85 | 0 | 0.68 | 0.84 | 132 | 0.74 | 0.09 |
| Hex | 6 | 29 | D | 55 | 0 | 44 | 54 | 84 | 4A | 9 |
| Octal | 6 | 51 | 15 | 125 | 0 | 104 | 124 | 204 | 112 | 11 |
| Binary | 110 | 101001 | 1101 | 1010101 | 0 | 1000100 | 1010100 | 10000100 | 1001010 | 1001 |
Color Harmonies of #06290D
Complementary color
Monochromatic Colors of #06290D
Black with #06290D
Text Example
Text Example
White with #06290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06290D; }
p { color: rgb(6,41,13); }
H1.HeaderClassName
{
color: #06290D;
}
.AnyTagClassName
{
color: #06290D;
}
</style>
background-color css
<style>
a { background-color: #06290D; }
a { background-color: rgb(6,41,13); }
div.DivClassName
{
background-color: #06290D;
}
.BgClassName
{
background-color: #06290D;
}
</style>
border-color css
<style>
span { border-color: #06290D; }
span { border-color: rgb(6,41,13); }
td.TdClassName
{
border-color: #06290D;
}
.TagClassName
{
border-color: #06290D;
}
</style>