Shades of Deep Fir #06290B
Tints of Deep Fir #06290B
RGB
CMYK
RGB Variations
Color information
#06290B (or 0x06290B) is known color: Deep Fir. HEX triplet: 06, 29 and 0B. RGB value is (6,41,11). Sum of RGB (Red+Green+Blue) = 6+41+11=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 41 (16.41% from 255 or 70.69% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 41 - color contains mainly: green. Hex color #06290B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06290B is #F9D6F4. Grayscale: #1B1B1B. Windows color (decimal): -16373493 or 731398. OLE color: 731398.
HSL color Cylindrical-coordinate representation of color #06290B: hue angle of 128.57º 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 #06290B is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 41 | 11 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.84 |
| HSL | 128.57º | 0.74% | 0.09% | - |
| HSV(B) | 128.57º | 0.85% | 0.16% | - |
| XYZ | 0.93 | 1.65 | 0.59 | - |
| YUV | 27.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 41 | 11 | 0.85 | 0 | 0.73 | 0.84 | 128.57 | 0.74 | 0.09 |
| Hex | 6 | 29 | B | 55 | 0 | 49 | 54 | 81 | 4A | 9 |
| Octal | 6 | 51 | 13 | 125 | 0 | 111 | 124 | 201 | 112 | 11 |
| Binary | 110 | 101001 | 1011 | 1010101 | 0 | 1001001 | 1010100 | 10000001 | 1001010 | 1001 |
Color Harmonies of #06290B
Complementary color
Monochromatic Colors of #06290B
Black with #06290B
Text Example
Text Example
White with #06290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06290B; }
p { color: rgb(6,41,11); }
H1.HeaderClassName
{
color: #06290B;
}
.AnyTagClassName
{
color: #06290B;
}
</style>
background-color css
<style>
a { background-color: #06290B; }
a { background-color: rgb(6,41,11); }
div.DivClassName
{
background-color: #06290B;
}
.BgClassName
{
background-color: #06290B;
}
</style>
border-color css
<style>
span { border-color: #06290B; }
span { border-color: rgb(6,41,11); }
td.TdClassName
{
border-color: #06290B;
}
.TagClassName
{
border-color: #06290B;
}
</style>