Shades of Dark Wood #8D6947
Tints of Dark Wood #8D6947
RGB
CMYK
RGB Variations
Color information
#8D6947 (or 0x8D6947) is known color: Dark Wood. HEX triplet: 8D, 69 and 47. RGB value is (141,105,71). Sum of RGB (Red+Green+Blue) = 141+105+71=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6947 is #7296B8. Grayscale: #707070. Windows color (decimal): -7509689 or 4680077. OLE color: 4680077.
HSL color Cylindrical-coordinate representation of color #8D6947: hue angle of 29.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D6947 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 105 | 71 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.45 |
| HSL | 29.14º | 0.33% | 0.42% | - |
| HSV(B) | 29.14º | 0.5% | 0.55% | - |
| XYZ | 17.17 | 16.22 | 8.19 | - |
| YUV | 111.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 105 | 71 | 0 | 0.26 | 0.50 | 0.45 | 29.14 | 0.33 | 0.42 |
| Hex | 8D | 69 | 47 | 0 | 1A | 32 | 2D | 1D | 21 | 2A |
| Octal | 215 | 151 | 107 | 0 | 32 | 62 | 55 | 35 | 41 | 52 |
| Binary | 10001101 | 1101001 | 1000111 | 0 | 11010 | 110010 | 101101 | 11101 | 100001 | 101010 |
Color Harmonies of #8D6947
Complementary color
Monochromatic Colors of #8D6947
Black with #8D6947
Text Example
Text Example
White with #8D6947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6947; }
p { color: rgb(141,105,71); }
H1.HeaderClassName
{
color: #8D6947;
}
.AnyTagClassName
{
color: #8D6947;
}
</style>
background-color css
<style>
a { background-color: #8D6947; }
a { background-color: rgb(141,105,71); }
div.DivClassName
{
background-color: #8D6947;
}
.BgClassName
{
background-color: #8D6947;
}
</style>
border-color css
<style>
span { border-color: #8D6947; }
span { border-color: rgb(141,105,71); }
td.TdClassName
{
border-color: #8D6947;
}
.TagClassName
{
border-color: #8D6947;
}
</style>