Shades of Deep Fir #06240C
Tints of Deep Fir #06240C
RGB
CMYK
RGB Variations
Color information
#06240C (or 0x06240C) is known color: Deep Fir. HEX triplet: 06, 24 and 0C. RGB value is (6,36,12). Sum of RGB (Red+Green+Blue) = 6+36+12=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 36 (14.45% from 255 or 66.67% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 36 - color contains mainly: green. Hex color #06240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06240C is #F9DBF3. Grayscale: #181818. Windows color (decimal): -16374772 or 795654. OLE color: 795654.
HSL color Cylindrical-coordinate representation of color #06240C: hue angle of 132º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #06240C is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 6 | 36 | 12 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.86 |
| HSL | 132º | 0.71% | 0.08% | - |
| HSV(B) | 132º | 0.83% | 0.14% | - |
| XYZ | 0.77 | 1.33 | 0.56 | - |
| YUV | 24.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 36 | 12 | 0.83 | 0 | 0.67 | 0.86 | 132 | 0.71 | 0.08 |
| Hex | 6 | 24 | C | 53 | 0 | 43 | 56 | 84 | 47 | 8 |
| Octal | 6 | 44 | 14 | 123 | 0 | 103 | 126 | 204 | 107 | 10 |
| Binary | 110 | 100100 | 1100 | 1010011 | 0 | 1000011 | 1010110 | 10000100 | 1000111 | 1000 |
Color Harmonies of #06240C
Complementary color
Monochromatic Colors of #06240C
Black with #06240C
Text Example
Text Example
White with #06240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06240C; }
p { color: rgb(6,36,12); }
H1.HeaderClassName
{
color: #06240C;
}
.AnyTagClassName
{
color: #06240C;
}
</style>
background-color css
<style>
a { background-color: #06240C; }
a { background-color: rgb(6,36,12); }
div.DivClassName
{
background-color: #06240C;
}
.BgClassName
{
background-color: #06240C;
}
</style>
border-color css
<style>
span { border-color: #06240C; }
span { border-color: rgb(6,36,12); }
td.TdClassName
{
border-color: #06240C;
}
.TagClassName
{
border-color: #06240C;
}
</style>