Shades of Deep Fir #06290F
Tints of Deep Fir #06290F
RGB
CMYK
RGB Variations
Color information
#06290F (or 0x06290F) is known color: Deep Fir. HEX triplet: 06, 29 and 0F. RGB value is (6,41,15). Sum of RGB (Red+Green+Blue) = 6+41+15=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 41 (16.41% from 255 or 66.13% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 41 - color contains mainly: green. Hex color #06290F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06290F is #F9D6F0. Grayscale: #1B1B1B. Windows color (decimal): -16373489 or 993542. OLE color: 993542.
HSL color Cylindrical-coordinate representation of color #06290F: hue angle of 135.43º 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 #06290F is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 41 | 15 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.84 |
| HSL | 135.43º | 0.74% | 0.09% | - |
| HSV(B) | 135.43º | 0.85% | 0.16% | - |
| XYZ | 0.95 | 1.66 | 0.72 | - |
| YUV | 27.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 15 | 0.85 | 0 | 0.63 | 0.84 | 135.43 | 0.74 | 0.09 |
| Hex | 6 | 29 | F | 55 | 0 | 3F | 54 | 87 | 4A | 9 |
| Octal | 6 | 51 | 17 | 125 | 0 | 77 | 124 | 207 | 112 | 11 |
| Binary | 110 | 101001 | 1111 | 1010101 | 0 | 111111 | 1010100 | 10000111 | 1001010 | 1001 |
Color Harmonies of #06290F
Complementary color
Monochromatic Colors of #06290F
Black with #06290F
Text Example
Text Example
White with #06290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06290F; }
p { color: rgb(6,41,15); }
H1.HeaderClassName
{
color: #06290F;
}
.AnyTagClassName
{
color: #06290F;
}
</style>
background-color css
<style>
a { background-color: #06290F; }
a { background-color: rgb(6,41,15); }
div.DivClassName
{
background-color: #06290F;
}
.BgClassName
{
background-color: #06290F;
}
</style>
border-color css
<style>
span { border-color: #06290F; }
span { border-color: rgb(6,41,15); }
td.TdClassName
{
border-color: #06290F;
}
.TagClassName
{
border-color: #06290F;
}
</style>