Shades of Deep Fir #06390F
Tints of Deep Fir #06390F
RGB
CMYK
RGB Variations
Color information
#06390F (or 0x06390F) is known color: Deep Fir. HEX triplet: 06, 39 and 0F. RGB value is (6,57,15). Sum of RGB (Red+Green+Blue) = 6+57+15=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 57 (22.66% from 255 or 73.08% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 57 - color contains mainly: green. Hex color #06390F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06390F is #F9C6F0. Grayscale: #252525. Windows color (decimal): -16369393 or 997638. OLE color: 997638.
HSL color Cylindrical-coordinate representation of color #06390F: hue angle of 130.59º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06390F is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 57 | 15 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.78 |
| HSL | 130.59º | 0.81% | 0.12% | - |
| HSV(B) | 130.59º | 0.89% | 0.22% | - |
| XYZ | 1.62 | 3 | 0.95 | - |
| YUV | 36.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 15 | 0.89 | 0 | 0.74 | 0.78 | 130.59 | 0.81 | 0.12 |
| Hex | 6 | 39 | F | 59 | 0 | 4A | 4E | 83 | 51 | C |
| Octal | 6 | 71 | 17 | 131 | 0 | 112 | 116 | 203 | 121 | 14 |
| Binary | 110 | 111001 | 1111 | 1011001 | 0 | 1001010 | 1001110 | 10000011 | 1010001 | 1100 |
Color Harmonies of #06390F
Complementary color
Monochromatic Colors of #06390F
Black with #06390F
Text Example
Text Example
White with #06390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06390F; }
p { color: rgb(6,57,15); }
H1.HeaderClassName
{
color: #06390F;
}
.AnyTagClassName
{
color: #06390F;
}
</style>
background-color css
<style>
a { background-color: #06390F; }
a { background-color: rgb(6,57,15); }
div.DivClassName
{
background-color: #06390F;
}
.BgClassName
{
background-color: #06390F;
}
</style>
border-color css
<style>
span { border-color: #06390F; }
span { border-color: rgb(6,57,15); }
td.TdClassName
{
border-color: #06390F;
}
.TagClassName
{
border-color: #06390F;
}
</style>