Shades of Deep Fir #06280F
Tints of Deep Fir #06280F
RGB
CMYK
RGB Variations
Color information
#06280F (or 0x06280F) is known color: Deep Fir. HEX triplet: 06, 28 and 0F. RGB value is (6,40,15). Sum of RGB (Red+Green+Blue) = 6+40+15=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 40 (16.02% from 255 or 65.57% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 40 - color contains mainly: green. Hex color #06280F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06280F is #F9D7F0. Grayscale: #1B1B1B. Windows color (decimal): -16373745 or 993286. OLE color: 993286.
HSL color Cylindrical-coordinate representation of color #06280F: hue angle of 135.88º 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 #06280F is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 40 | 15 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.84 |
| HSL | 135.88º | 0.74% | 0.09% | - |
| HSV(B) | 135.88º | 0.85% | 0.16% | - |
| XYZ | 0.92 | 1.59 | 0.71 | - |
| YUV | 26.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 15 | 0.85 | 0 | 0.62 | 0.84 | 135.88 | 0.74 | 0.09 |
| Hex | 6 | 28 | F | 55 | 0 | 3E | 54 | 88 | 4A | 9 |
| Octal | 6 | 50 | 17 | 125 | 0 | 76 | 124 | 210 | 112 | 11 |
| Binary | 110 | 101000 | 1111 | 1010101 | 0 | 111110 | 1010100 | 10001000 | 1001010 | 1001 |
Color Harmonies of #06280F
Complementary color
Monochromatic Colors of #06280F
Black with #06280F
Text Example
Text Example
White with #06280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06280F; }
p { color: rgb(6,40,15); }
H1.HeaderClassName
{
color: #06280F;
}
.AnyTagClassName
{
color: #06280F;
}
</style>
background-color css
<style>
a { background-color: #06280F; }
a { background-color: rgb(6,40,15); }
div.DivClassName
{
background-color: #06280F;
}
.BgClassName
{
background-color: #06280F;
}
</style>
border-color css
<style>
span { border-color: #06280F; }
span { border-color: rgb(6,40,15); }
td.TdClassName
{
border-color: #06280F;
}
.TagClassName
{
border-color: #06280F;
}
</style>