Shades of Dark Wood #8D6543
Tints of Dark Wood #8D6543
RGB
CMYK
RGB Variations
Color information
#8D6543 (or 0x8D6543) is known color: Dark Wood. HEX triplet: 8D, 65 and 43. RGB value is (141,101,67). Sum of RGB (Red+Green+Blue) = 141+101+67=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6543 is #729ABC. Grayscale: #6D6D6D. Windows color (decimal): -7510717 or 4416909. OLE color: 4416909.
HSL color Cylindrical-coordinate representation of color #8D6543: hue angle of 27.57º 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 #8D6543 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 67 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.45 |
| HSL | 27.57º | 0.36% | 0.41% | - |
| HSV(B) | 27.57º | 0.52% | 0.55% | - |
| XYZ | 16.65 | 15.38 | 7.4 | - |
| YUV | 109.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 67 | 0 | 0.28 | 0.52 | 0.45 | 27.57 | 0.36 | 0.41 |
| Hex | 8D | 65 | 43 | 0 | 1C | 34 | 2D | 1C | 24 | 29 |
| Octal | 215 | 145 | 103 | 0 | 34 | 64 | 55 | 34 | 44 | 51 |
| Binary | 10001101 | 1100101 | 1000011 | 0 | 11100 | 110100 | 101101 | 11100 | 100100 | 101001 |
Color Harmonies of #8D6543
Complementary color
Monochromatic Colors of #8D6543
Black with #8D6543
Text Example
Text Example
White with #8D6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6543; }
p { color: rgb(141,101,67); }
H1.HeaderClassName
{
color: #8D6543;
}
.AnyTagClassName
{
color: #8D6543;
}
</style>
background-color css
<style>
a { background-color: #8D6543; }
a { background-color: rgb(141,101,67); }
div.DivClassName
{
background-color: #8D6543;
}
.BgClassName
{
background-color: #8D6543;
}
</style>
border-color css
<style>
span { border-color: #8D6543; }
span { border-color: rgb(141,101,67); }
td.TdClassName
{
border-color: #8D6543;
}
.TagClassName
{
border-color: #8D6543;
}
</style>