Shades of Dark Wood #8E6246
Tints of Dark Wood #8E6246
RGB
CMYK
RGB Variations
Color information
#8E6246 (or 0x8E6246) is known color: Dark Wood. HEX triplet: 8E, 62 and 46. RGB value is (142,98,70). Sum of RGB (Red+Green+Blue) = 142+98+70=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6246 is #719DB9. Grayscale: #6C6C6C. Windows color (decimal): -7445946 or 4612750. OLE color: 4612750.
HSL color Cylindrical-coordinate representation of color #8E6246: hue angle of 23.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E6246 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 98 | 70 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.44 |
| HSL | 23.33º | 0.34% | 0.42% | - |
| HSV(B) | 23.33º | 0.51% | 0.56% | - |
| XYZ | 16.63 | 14.93 | 7.8 | - |
| YUV | 107.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 98 | 70 | 0 | 0.31 | 0.51 | 0.44 | 23.33 | 0.34 | 0.42 |
| Hex | 8E | 62 | 46 | 0 | 1F | 33 | 2C | 17 | 22 | 2A |
| Octal | 216 | 142 | 106 | 0 | 37 | 63 | 54 | 27 | 42 | 52 |
| Binary | 10001110 | 1100010 | 1000110 | 0 | 11111 | 110011 | 101100 | 10111 | 100010 | 101010 |
Color Harmonies of #8E6246
Complementary color
Monochromatic Colors of #8E6246
Black with #8E6246
Text Example
Text Example
White with #8E6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6246; }
p { color: rgb(142,98,70); }
H1.HeaderClassName
{
color: #8E6246;
}
.AnyTagClassName
{
color: #8E6246;
}
</style>
background-color css
<style>
a { background-color: #8E6246; }
a { background-color: rgb(142,98,70); }
div.DivClassName
{
background-color: #8E6246;
}
.BgClassName
{
background-color: #8E6246;
}
</style>
border-color css
<style>
span { border-color: #8E6246; }
span { border-color: rgb(142,98,70); }
td.TdClassName
{
border-color: #8E6246;
}
.TagClassName
{
border-color: #8E6246;
}
</style>