Shades of Dark Wood #8D6042
Tints of Dark Wood #8D6042
RGB
CMYK
RGB Variations
Color information
#8D6042 (or 0x8D6042) is known color: Dark Wood. HEX triplet: 8D, 60 and 42. RGB value is (141,96,66). Sum of RGB (Red+Green+Blue) = 141+96+66=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6042 is #729FBD. Grayscale: #6A6A6A. Windows color (decimal): -7511998 or 4350093. OLE color: 4350093.
HSL color Cylindrical-coordinate representation of color #8D6042: hue angle of 24º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D6042 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 66 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.45 |
| HSL | 24º | 0.36% | 0.41% | - |
| HSV(B) | 24º | 0.53% | 0.55% | - |
| XYZ | 16.15 | 14.42 | 7.09 | - |
| YUV | 106.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 66 | 0 | 0.32 | 0.53 | 0.45 | 24 | 0.36 | 0.41 |
| Hex | 8D | 60 | 42 | 0 | 20 | 35 | 2D | 18 | 24 | 29 |
| Octal | 215 | 140 | 102 | 0 | 40 | 65 | 55 | 30 | 44 | 51 |
| Binary | 10001101 | 1100000 | 1000010 | 0 | 100000 | 110101 | 101101 | 11000 | 100100 | 101001 |
Color Harmonies of #8D6042
Complementary color
Monochromatic Colors of #8D6042
Black with #8D6042
Text Example
Text Example
White with #8D6042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6042; }
p { color: rgb(141,96,66); }
H1.HeaderClassName
{
color: #8D6042;
}
.AnyTagClassName
{
color: #8D6042;
}
</style>
background-color css
<style>
a { background-color: #8D6042; }
a { background-color: rgb(141,96,66); }
div.DivClassName
{
background-color: #8D6042;
}
.BgClassName
{
background-color: #8D6042;
}
</style>
border-color css
<style>
span { border-color: #8D6042; }
span { border-color: rgb(141,96,66); }
td.TdClassName
{
border-color: #8D6042;
}
.TagClassName
{
border-color: #8D6042;
}
</style>