Shades of Dark Wood #8D6140
Tints of Dark Wood #8D6140
RGB
CMYK
RGB Variations
Color information
#8D6140 (or 0x8D6140) is known color: Dark Wood. HEX triplet: 8D, 61 and 40. RGB value is (141,97,64). Sum of RGB (Red+Green+Blue) = 141+97+64=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6140 is #729EBF. Grayscale: #6A6A6A. Windows color (decimal): -7511744 or 4219277. OLE color: 4219277.
HSL color Cylindrical-coordinate representation of color #8D6140: hue angle of 25.71º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D6140 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 64 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.45 |
| HSL | 25.71º | 0.38% | 0.4% | - |
| HSV(B) | 25.71º | 0.55% | 0.55% | - |
| XYZ | 16.18 | 14.58 | 6.81 | - |
| YUV | 106.39 | 104.08 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 64 | 0 | 0.31 | 0.55 | 0.45 | 25.71 | 0.38 | 0.4 |
| Hex | 8D | 61 | 40 | 0 | 1F | 37 | 2D | 1A | 26 | 28 |
| Octal | 215 | 141 | 100 | 0 | 37 | 67 | 55 | 32 | 46 | 50 |
| Binary | 10001101 | 1100001 | 1000000 | 0 | 11111 | 110111 | 101101 | 11010 | 100110 | 101000 |
Color Harmonies of #8D6140
Complementary color
Monochromatic Colors of #8D6140
Black with #8D6140
Text Example
Text Example
White with #8D6140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6140; }
p { color: rgb(141,97,64); }
H1.HeaderClassName
{
color: #8D6140;
}
.AnyTagClassName
{
color: #8D6140;
}
</style>
background-color css
<style>
a { background-color: #8D6140; }
a { background-color: rgb(141,97,64); }
div.DivClassName
{
background-color: #8D6140;
}
.BgClassName
{
background-color: #8D6140;
}
</style>
border-color css
<style>
span { border-color: #8D6140; }
span { border-color: rgb(141,97,64); }
td.TdClassName
{
border-color: #8D6140;
}
.TagClassName
{
border-color: #8D6140;
}
</style>