Shades of Deep Fir #06370D
Tints of Deep Fir #06370D
RGB
CMYK
RGB Variations
Color information
#06370D (or 0x06370D) is known color: Deep Fir. HEX triplet: 06, 37 and 0D. RGB value is (6,55,13). Sum of RGB (Red+Green+Blue) = 6+55+13=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 55 (21.88% from 255 or 74.32% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 55 - color contains mainly: green. Hex color #06370D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06370D is #F9C8F2. Grayscale: #232323. Windows color (decimal): -16369907 or 866054. OLE color: 866054.
HSL color Cylindrical-coordinate representation of color #06370D: hue angle of 128.57º 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 #06370D is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 55 | 13 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.78 |
| HSL | 128.57º | 0.8% | 0.12% | - |
| HSV(B) | 128.57º | 0.89% | 0.22% | - |
| XYZ | 1.51 | 2.8 | 0.84 | - |
| YUV | 35.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 13 | 0.89 | 0 | 0.76 | 0.78 | 128.57 | 0.8 | 0.12 |
| Hex | 6 | 37 | D | 59 | 0 | 4C | 4E | 81 | 50 | C |
| Octal | 6 | 67 | 15 | 131 | 0 | 114 | 116 | 201 | 120 | 14 |
| Binary | 110 | 110111 | 1101 | 1011001 | 0 | 1001100 | 1001110 | 10000001 | 1010000 | 1100 |
Color Harmonies of #06370D
Complementary color
Monochromatic Colors of #06370D
Black with #06370D
Text Example
Text Example
White with #06370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06370D; }
p { color: rgb(6,55,13); }
H1.HeaderClassName
{
color: #06370D;
}
.AnyTagClassName
{
color: #06370D;
}
</style>
background-color css
<style>
a { background-color: #06370D; }
a { background-color: rgb(6,55,13); }
div.DivClassName
{
background-color: #06370D;
}
.BgClassName
{
background-color: #06370D;
}
</style>
border-color css
<style>
span { border-color: #06370D; }
span { border-color: rgb(6,55,13); }
td.TdClassName
{
border-color: #06370D;
}
.TagClassName
{
border-color: #06370D;
}
</style>