Shades of Deep Fir #06280B
Tints of Deep Fir #06280B
RGB
CMYK
RGB Variations
Color information
#06280B (or 0x06280B) is known color: Deep Fir. HEX triplet: 06, 28 and 0B. RGB value is (6,40,11). Sum of RGB (Red+Green+Blue) = 6+40+11=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 40 (16.02% from 255 or 70.18% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 40 - color contains mainly: green. Hex color #06280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06280B is #F9D7F4. Grayscale: #1A1A1A. Windows color (decimal): -16373749 or 731142. OLE color: 731142.
HSL color Cylindrical-coordinate representation of color #06280B: hue angle of 128.82º 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 #06280B is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 40 | 11 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.84 |
| HSL | 128.82º | 0.74% | 0.09% | - |
| HSV(B) | 128.82º | 0.85% | 0.16% | - |
| XYZ | 0.89 | 1.58 | 0.57 | - |
| YUV | 26.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 11 | 0.85 | 0 | 0.72 | 0.84 | 128.82 | 0.74 | 0.09 |
| Hex | 6 | 28 | B | 55 | 0 | 48 | 54 | 81 | 4A | 9 |
| Octal | 6 | 50 | 13 | 125 | 0 | 110 | 124 | 201 | 112 | 11 |
| Binary | 110 | 101000 | 1011 | 1010101 | 0 | 1001000 | 1010100 | 10000001 | 1001010 | 1001 |
Color Harmonies of #06280B
Complementary color
Monochromatic Colors of #06280B
Black with #06280B
Text Example
Text Example
White with #06280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06280B; }
p { color: rgb(6,40,11); }
H1.HeaderClassName
{
color: #06280B;
}
.AnyTagClassName
{
color: #06280B;
}
</style>
background-color css
<style>
a { background-color: #06280B; }
a { background-color: rgb(6,40,11); }
div.DivClassName
{
background-color: #06280B;
}
.BgClassName
{
background-color: #06280B;
}
</style>
border-color css
<style>
span { border-color: #06280B; }
span { border-color: rgb(6,40,11); }
td.TdClassName
{
border-color: #06280B;
}
.TagClassName
{
border-color: #06280B;
}
</style>