Shades of Dark Wood #8D6043
Tints of Dark Wood #8D6043
RGB
CMYK
RGB Variations
Color information
#8D6043 (or 0x8D6043) is known color: Dark Wood. HEX triplet: 8D, 60 and 43. RGB value is (141,96,67). Sum of RGB (Red+Green+Blue) = 141+96+67=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6043 is #729FBC. Grayscale: #6A6A6A. Windows color (decimal): -7511997 or 4415629. OLE color: 4415629.
HSL color Cylindrical-coordinate representation of color #8D6043: hue angle of 23.51º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D6043 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 67 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.45 |
| HSL | 23.51º | 0.36% | 0.41% | - |
| HSV(B) | 23.51º | 0.52% | 0.55% | - |
| XYZ | 16.18 | 14.43 | 7.24 | - |
| YUV | 106.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 67 | 0 | 0.32 | 0.52 | 0.45 | 23.51 | 0.36 | 0.41 |
| Hex | 8D | 60 | 43 | 0 | 20 | 34 | 2D | 18 | 24 | 29 |
| Octal | 215 | 140 | 103 | 0 | 40 | 64 | 55 | 30 | 44 | 51 |
| Binary | 10001101 | 1100000 | 1000011 | 0 | 100000 | 110100 | 101101 | 11000 | 100100 | 101001 |
Color Harmonies of #8D6043
Complementary color
Monochromatic Colors of #8D6043
Black with #8D6043
Text Example
Text Example
White with #8D6043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6043; }
p { color: rgb(141,96,67); }
H1.HeaderClassName
{
color: #8D6043;
}
.AnyTagClassName
{
color: #8D6043;
}
</style>
background-color css
<style>
a { background-color: #8D6043; }
a { background-color: rgb(141,96,67); }
div.DivClassName
{
background-color: #8D6043;
}
.BgClassName
{
background-color: #8D6043;
}
</style>
border-color css
<style>
span { border-color: #8D6043; }
span { border-color: rgb(141,96,67); }
td.TdClassName
{
border-color: #8D6043;
}
.TagClassName
{
border-color: #8D6043;
}
</style>