Shades of Dark Wood #8D6444
Tints of Dark Wood #8D6444
RGB
CMYK
RGB Variations
Color information
#8D6444 (or 0x8D6444) is known color: Dark Wood. HEX triplet: 8D, 64 and 44. RGB value is (141,100,68). Sum of RGB (Red+Green+Blue) = 141+100+68=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6444 is #729BBB. Grayscale: #6C6C6C. Windows color (decimal): -7510972 or 4482189. OLE color: 4482189.
HSL color Cylindrical-coordinate representation of color #8D6444: hue angle of 26.3º degrees, saturation: 0.35, 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 #8D6444 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 68 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.45 |
| HSL | 26.3º | 0.35% | 0.41% | - |
| HSV(B) | 26.3º | 0.52% | 0.55% | - |
| XYZ | 16.59 | 15.19 | 7.53 | - |
| YUV | 108.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 68 | 0 | 0.29 | 0.52 | 0.45 | 26.3 | 0.35 | 0.41 |
| Hex | 8D | 64 | 44 | 0 | 1D | 34 | 2D | 1A | 23 | 29 |
| Octal | 215 | 144 | 104 | 0 | 35 | 64 | 55 | 32 | 43 | 51 |
| Binary | 10001101 | 1100100 | 1000100 | 0 | 11101 | 110100 | 101101 | 11010 | 100011 | 101001 |
Color Harmonies of #8D6444
Complementary color
Monochromatic Colors of #8D6444
Black with #8D6444
Text Example
Text Example
White with #8D6444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6444; }
p { color: rgb(141,100,68); }
H1.HeaderClassName
{
color: #8D6444;
}
.AnyTagClassName
{
color: #8D6444;
}
</style>
background-color css
<style>
a { background-color: #8D6444; }
a { background-color: rgb(141,100,68); }
div.DivClassName
{
background-color: #8D6444;
}
.BgClassName
{
background-color: #8D6444;
}
</style>
border-color css
<style>
span { border-color: #8D6444; }
span { border-color: rgb(141,100,68); }
td.TdClassName
{
border-color: #8D6444;
}
.TagClassName
{
border-color: #8D6444;
}
</style>