Shades of Deep Fir #06300C
Tints of Deep Fir #06300C
RGB
CMYK
RGB Variations
Color information
#06300C (or 0x06300C) is known color: Deep Fir. HEX triplet: 06, 30 and 0C. RGB value is (6,48,12). Sum of RGB (Red+Green+Blue) = 6+48+12=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 48 (19.14% from 255 or 72.73% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 48 - color contains mainly: green. Hex color #06300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06300C is #F9CFF3. Grayscale: #1F1F1F. Windows color (decimal): -16371700 or 798726. OLE color: 798726.
HSL color Cylindrical-coordinate representation of color #06300C: hue angle of 128.57º 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 #06300C is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 48 | 12 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.81 |
| HSL | 128.57º | 0.78% | 0.11% | - |
| HSV(B) | 128.57º | 0.88% | 0.19% | - |
| XYZ | 1.2 | 2.18 | 0.71 | - |
| YUV | 31.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 12 | 0.87 | 0 | 0.75 | 0.81 | 128.57 | 0.78 | 0.11 |
| Hex | 6 | 30 | C | 57 | 0 | 4B | 51 | 81 | 4E | B |
| Octal | 6 | 60 | 14 | 127 | 0 | 113 | 121 | 201 | 116 | 13 |
| Binary | 110 | 110000 | 1100 | 1010111 | 0 | 1001011 | 1010001 | 10000001 | 1001110 | 1011 |
Color Harmonies of #06300C
Complementary color
Monochromatic Colors of #06300C
Black with #06300C
Text Example
Text Example
White with #06300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06300C; }
p { color: rgb(6,48,12); }
H1.HeaderClassName
{
color: #06300C;
}
.AnyTagClassName
{
color: #06300C;
}
</style>
background-color css
<style>
a { background-color: #06300C; }
a { background-color: rgb(6,48,12); }
div.DivClassName
{
background-color: #06300C;
}
.BgClassName
{
background-color: #06300C;
}
</style>
border-color css
<style>
span { border-color: #06300C; }
span { border-color: rgb(6,48,12); }
td.TdClassName
{
border-color: #06300C;
}
.TagClassName
{
border-color: #06300C;
}
</style>