Shades of Deep Fir #06250F
Tints of Deep Fir #06250F
RGB
CMYK
RGB Variations
Color information
#06250F (or 0x06250F) is known color: Deep Fir. HEX triplet: 06, 25 and 0F. RGB value is (6,37,15). Sum of RGB (Red+Green+Blue) = 6+37+15=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #06250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06250F is #F9DAF0. Grayscale: #191919. Windows color (decimal): -16374513 or 992518. OLE color: 992518.
HSL color Cylindrical-coordinate representation of color #06250F: hue angle of 137.42º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #06250F is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 37 | 15 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.85 |
| HSL | 137.42º | 0.72% | 0.08% | - |
| HSV(B) | 137.42º | 0.84% | 0.15% | - |
| XYZ | 0.82 | 1.4 | 0.68 | - |
| YUV | 25.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 15 | 0.84 | 0 | 0.59 | 0.85 | 137.42 | 0.72 | 0.08 |
| Hex | 6 | 25 | F | 54 | 0 | 3B | 55 | 89 | 48 | 8 |
| Octal | 6 | 45 | 17 | 124 | 0 | 73 | 125 | 211 | 110 | 10 |
| Binary | 110 | 100101 | 1111 | 1010100 | 0 | 111011 | 1010101 | 10001001 | 1001000 | 1000 |
Color Harmonies of #06250F
Complementary color
Monochromatic Colors of #06250F
Black with #06250F
Text Example
Text Example
White with #06250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06250F; }
p { color: rgb(6,37,15); }
H1.HeaderClassName
{
color: #06250F;
}
.AnyTagClassName
{
color: #06250F;
}
</style>
background-color css
<style>
a { background-color: #06250F; }
a { background-color: rgb(6,37,15); }
div.DivClassName
{
background-color: #06250F;
}
.BgClassName
{
background-color: #06250F;
}
</style>
border-color css
<style>
span { border-color: #06250F; }
span { border-color: rgb(6,37,15); }
td.TdClassName
{
border-color: #06250F;
}
.TagClassName
{
border-color: #06250F;
}
</style>