Shades of Dark Wood #8D6240
Tints of Dark Wood #8D6240
RGB
CMYK
RGB Variations
Color information
#8D6240 (or 0x8D6240) is known color: Dark Wood. HEX triplet: 8D, 62 and 40. RGB value is (141,98,64). Sum of RGB (Red+Green+Blue) = 141+98+64=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6240 is #729DBF. Grayscale: #6B6B6B. Windows color (decimal): -7511488 or 4219533. OLE color: 4219533.
HSL color Cylindrical-coordinate representation of color #8D6240: hue angle of 26.49º 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 #8D6240 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 64 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.45 |
| HSL | 26.49º | 0.38% | 0.4% | - |
| HSV(B) | 26.49º | 0.55% | 0.55% | - |
| XYZ | 16.28 | 14.77 | 6.84 | - |
| YUV | 106.98 | 103.75 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 64 | 0 | 0.30 | 0.55 | 0.45 | 26.49 | 0.38 | 0.4 |
| Hex | 8D | 62 | 40 | 0 | 1E | 37 | 2D | 1A | 26 | 28 |
| Octal | 215 | 142 | 100 | 0 | 36 | 67 | 55 | 32 | 46 | 50 |
| Binary | 10001101 | 1100010 | 1000000 | 0 | 11110 | 110111 | 101101 | 11010 | 100110 | 101000 |
Color Harmonies of #8D6240
Complementary color
Monochromatic Colors of #8D6240
Black with #8D6240
Text Example
Text Example
White with #8D6240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6240; }
p { color: rgb(141,98,64); }
H1.HeaderClassName
{
color: #8D6240;
}
.AnyTagClassName
{
color: #8D6240;
}
</style>
background-color css
<style>
a { background-color: #8D6240; }
a { background-color: rgb(141,98,64); }
div.DivClassName
{
background-color: #8D6240;
}
.BgClassName
{
background-color: #8D6240;
}
</style>
border-color css
<style>
span { border-color: #8D6240; }
span { border-color: rgb(141,98,64); }
td.TdClassName
{
border-color: #8D6240;
}
.TagClassName
{
border-color: #8D6240;
}
</style>