Shades of Deep Fir #06370F
Tints of Deep Fir #06370F
RGB
CMYK
RGB Variations
Color information
#06370F (or 0x06370F) is known color: Deep Fir. HEX triplet: 06, 37 and 0F. RGB value is (6,55,15). Sum of RGB (Red+Green+Blue) = 6+55+15=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 55 (21.88% from 255 or 72.37% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 55 - color contains mainly: green. Hex color #06370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06370F is #F9C8F0. Grayscale: #232323. Windows color (decimal): -16369905 or 997126. OLE color: 997126.
HSL color Cylindrical-coordinate representation of color #06370F: hue angle of 131.02º degrees, saturation: 0.8, 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 #06370F is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 55 | 15 | - |
| CMYK | 0.89 | 0 | 0.73 | 0.78 |
| HSL | 131.02º | 0.8% | 0.12% | - |
| HSV(B) | 131.02º | 0.89% | 0.22% | - |
| XYZ | 1.53 | 2.81 | 0.91 | - |
| YUV | 35.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 15 | 0.89 | 0 | 0.73 | 0.78 | 131.02 | 0.8 | 0.12 |
| Hex | 6 | 37 | F | 59 | 0 | 49 | 4E | 83 | 50 | C |
| Octal | 6 | 67 | 17 | 131 | 0 | 111 | 116 | 203 | 120 | 14 |
| Binary | 110 | 110111 | 1111 | 1011001 | 0 | 1001001 | 1001110 | 10000011 | 1010000 | 1100 |
Color Harmonies of #06370F
Complementary color
Monochromatic Colors of #06370F
Black with #06370F
Text Example
Text Example
White with #06370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06370F; }
p { color: rgb(6,55,15); }
H1.HeaderClassName
{
color: #06370F;
}
.AnyTagClassName
{
color: #06370F;
}
</style>
background-color css
<style>
a { background-color: #06370F; }
a { background-color: rgb(6,55,15); }
div.DivClassName
{
background-color: #06370F;
}
.BgClassName
{
background-color: #06370F;
}
</style>
border-color css
<style>
span { border-color: #06370F; }
span { border-color: rgb(6,55,15); }
td.TdClassName
{
border-color: #06370F;
}
.TagClassName
{
border-color: #06370F;
}
</style>