Shades of Wood Bark #241206
Tints of Wood Bark #241206
RGB
CMYK
RGB Variations
Color information
#241206 (or 0x241206) is known color: Wood Bark. HEX triplet: 24, 12 and 06. RGB value is (36,18,6). Sum of RGB (Red+Green+Blue) = 36+18+6=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #241206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241206 is #DBEDF9. Grayscale: #161616. Windows color (decimal): -14413306 or 397860. OLE color: 397860.
HSL color Cylindrical-coordinate representation of color #241206: hue angle of 24º 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 #241206 is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 18 | 6 | - |
| CMYK | 0 | 0.5 | 0.83 | 0.86 |
| HSL | 24º | 0.71% | 0.08% | - |
| HSV(B) | 24º | 0.83% | 0.14% | - |
| XYZ | 0.98 | 0.82 | 0.28 | - |
| YUV | 22.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 6 | 0 | 0.5 | 0.83 | 0.86 | 24 | 0.71 | 0.08 |
| Hex | 24 | 12 | 6 | 0 | 32 | 53 | 56 | 18 | 47 | 8 |
| Octal | 44 | 22 | 6 | 0 | 62 | 123 | 126 | 30 | 107 | 10 |
| Binary | 100100 | 10010 | 110 | 0 | 110010 | 1010011 | 1010110 | 11000 | 1000111 | 1000 |
Color Harmonies of #241206
Complementary color
Monochromatic Colors of #241206
Black with #241206
Text Example
Text Example
White with #241206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241206; }
p { color: rgb(36,18,6); }
H1.HeaderClassName
{
color: #241206;
}
.AnyTagClassName
{
color: #241206;
}
</style>
background-color css
<style>
a { background-color: #241206; }
a { background-color: rgb(36,18,6); }
div.DivClassName
{
background-color: #241206;
}
.BgClassName
{
background-color: #241206;
}
</style>
border-color css
<style>
span { border-color: #241206; }
span { border-color: rgb(36,18,6); }
td.TdClassName
{
border-color: #241206;
}
.TagClassName
{
border-color: #241206;
}
</style>