Shades of Dark Wood #8D6846
Tints of Dark Wood #8D6846
RGB
CMYK
RGB Variations
Color information
#8D6846 (or 0x8D6846) is known color: Dark Wood. HEX triplet: 8D, 68 and 46. RGB value is (141,104,70). Sum of RGB (Red+Green+Blue) = 141+104+70=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6846 is #7297B9. Grayscale: #6F6F6F. Windows color (decimal): -7509946 or 4614285. OLE color: 4614285.
HSL color Cylindrical-coordinate representation of color #8D6846: hue angle of 28.73º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D6846 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 104 | 70 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.45 |
| HSL | 28.73º | 0.34% | 0.41% | - |
| HSV(B) | 28.73º | 0.5% | 0.55% | - |
| XYZ | 17.04 | 16.01 | 7.99 | - |
| YUV | 111.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 70 | 0 | 0.26 | 0.50 | 0.45 | 28.73 | 0.34 | 0.41 |
| Hex | 8D | 68 | 46 | 0 | 1A | 32 | 2D | 1D | 22 | 29 |
| Octal | 215 | 150 | 106 | 0 | 32 | 62 | 55 | 35 | 42 | 51 |
| Binary | 10001101 | 1101000 | 1000110 | 0 | 11010 | 110010 | 101101 | 11101 | 100010 | 101001 |
Color Harmonies of #8D6846
Complementary color
Monochromatic Colors of #8D6846
Black with #8D6846
Text Example
Text Example
White with #8D6846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6846; }
p { color: rgb(141,104,70); }
H1.HeaderClassName
{
color: #8D6846;
}
.AnyTagClassName
{
color: #8D6846;
}
</style>
background-color css
<style>
a { background-color: #8D6846; }
a { background-color: rgb(141,104,70); }
div.DivClassName
{
background-color: #8D6846;
}
.BgClassName
{
background-color: #8D6846;
}
</style>
border-color css
<style>
span { border-color: #8D6846; }
span { border-color: rgb(141,104,70); }
td.TdClassName
{
border-color: #8D6846;
}
.TagClassName
{
border-color: #8D6846;
}
</style>