Shades of Deep Fir #06300E
Tints of Deep Fir #06300E
RGB
CMYK
RGB Variations
Color information
#06300E (or 0x06300E) is known color: Deep Fir. HEX triplet: 06, 30 and 0E. RGB value is (6,48,14). Sum of RGB (Red+Green+Blue) = 6+48+14=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 48 (19.14% from 255 or 70.59% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 48 - color contains mainly: green. Hex color #06300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06300E is #F9CFF1. Grayscale: #1F1F1F. Windows color (decimal): -16371698 or 929798. OLE color: 929798.
HSL color Cylindrical-coordinate representation of color #06300E: hue angle of 131.43º 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 #06300E is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 48 | 14 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.81 |
| HSL | 131.43º | 0.78% | 0.11% | - |
| HSV(B) | 131.43º | 0.88% | 0.19% | - |
| XYZ | 1.21 | 2.18 | 0.77 | - |
| YUV | 31.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 14 | 0.87 | 0 | 0.71 | 0.81 | 131.43 | 0.78 | 0.11 |
| Hex | 6 | 30 | E | 57 | 0 | 47 | 51 | 83 | 4E | B |
| Octal | 6 | 60 | 16 | 127 | 0 | 107 | 121 | 203 | 116 | 13 |
| Binary | 110 | 110000 | 1110 | 1010111 | 0 | 1000111 | 1010001 | 10000011 | 1001110 | 1011 |
Color Harmonies of #06300E
Complementary color
Monochromatic Colors of #06300E
Black with #06300E
Text Example
Text Example
White with #06300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06300E; }
p { color: rgb(6,48,14); }
H1.HeaderClassName
{
color: #06300E;
}
.AnyTagClassName
{
color: #06300E;
}
</style>
background-color css
<style>
a { background-color: #06300E; }
a { background-color: rgb(6,48,14); }
div.DivClassName
{
background-color: #06300E;
}
.BgClassName
{
background-color: #06300E;
}
</style>
border-color css
<style>
span { border-color: #06300E; }
span { border-color: rgb(6,48,14); }
td.TdClassName
{
border-color: #06300E;
}
.TagClassName
{
border-color: #06300E;
}
</style>