Shades of Deep Fir #06310D
Tints of Deep Fir #06310D
RGB
CMYK
RGB Variations
Color information
#06310D (or 0x06310D) is known color: Deep Fir. HEX triplet: 06, 31 and 0D. RGB value is (6,49,13). Sum of RGB (Red+Green+Blue) = 6+49+13=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 49 (19.53% from 255 or 72.06% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 49 - color contains mainly: green. Hex color #06310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06310D is #F9CEF2. Grayscale: #202020. Windows color (decimal): -16371443 or 864518. OLE color: 864518.
HSL color Cylindrical-coordinate representation of color #06310D: hue angle of 129.77º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06310D is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 49 | 13 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.81 |
| HSL | 129.77º | 0.78% | 0.11% | - |
| HSV(B) | 129.77º | 0.88% | 0.19% | - |
| XYZ | 1.25 | 2.26 | 0.75 | - |
| YUV | 32.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 13 | 0.88 | 0 | 0.73 | 0.81 | 129.77 | 0.78 | 0.11 |
| Hex | 6 | 31 | D | 58 | 0 | 49 | 51 | 82 | 4E | B |
| Octal | 6 | 61 | 15 | 130 | 0 | 111 | 121 | 202 | 116 | 13 |
| Binary | 110 | 110001 | 1101 | 1011000 | 0 | 1001001 | 1010001 | 10000010 | 1001110 | 1011 |
Color Harmonies of #06310D
Complementary color
Monochromatic Colors of #06310D
Black with #06310D
Text Example
Text Example
White with #06310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06310D; }
p { color: rgb(6,49,13); }
H1.HeaderClassName
{
color: #06310D;
}
.AnyTagClassName
{
color: #06310D;
}
</style>
background-color css
<style>
a { background-color: #06310D; }
a { background-color: rgb(6,49,13); }
div.DivClassName
{
background-color: #06310D;
}
.BgClassName
{
background-color: #06310D;
}
</style>
border-color css
<style>
span { border-color: #06310D; }
span { border-color: rgb(6,49,13); }
td.TdClassName
{
border-color: #06310D;
}
.TagClassName
{
border-color: #06310D;
}
</style>