Shades of Dark Wood #8D6144
Tints of Dark Wood #8D6144
RGB
CMYK
RGB Variations
Color information
#8D6144 (or 0x8D6144) is known color: Dark Wood. HEX triplet: 8D, 61 and 44. RGB value is (141,97,68). Sum of RGB (Red+Green+Blue) = 141+97+68=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6144 is #729EBB. Grayscale: #6B6B6B. Windows color (decimal): -7511740 or 4481421. OLE color: 4481421.
HSL color Cylindrical-coordinate representation of color #8D6144: hue angle of 23.84º 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 #8D6144 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 68 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.45 |
| HSL | 23.84º | 0.35% | 0.41% | - |
| HSV(B) | 23.84º | 0.52% | 0.55% | - |
| XYZ | 16.3 | 14.63 | 7.43 | - |
| YUV | 106.85 | 106.08 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 68 | 0 | 0.31 | 0.52 | 0.45 | 23.84 | 0.35 | 0.41 |
| Hex | 8D | 61 | 44 | 0 | 1F | 34 | 2D | 18 | 23 | 29 |
| Octal | 215 | 141 | 104 | 0 | 37 | 64 | 55 | 30 | 43 | 51 |
| Binary | 10001101 | 1100001 | 1000100 | 0 | 11111 | 110100 | 101101 | 11000 | 100011 | 101001 |
Color Harmonies of #8D6144
Complementary color
Monochromatic Colors of #8D6144
Black with #8D6144
Text Example
Text Example
White with #8D6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6144; }
p { color: rgb(141,97,68); }
H1.HeaderClassName
{
color: #8D6144;
}
.AnyTagClassName
{
color: #8D6144;
}
</style>
background-color css
<style>
a { background-color: #8D6144; }
a { background-color: rgb(141,97,68); }
div.DivClassName
{
background-color: #8D6144;
}
.BgClassName
{
background-color: #8D6144;
}
</style>
border-color css
<style>
span { border-color: #8D6144; }
span { border-color: rgb(141,97,68); }
td.TdClassName
{
border-color: #8D6144;
}
.TagClassName
{
border-color: #8D6144;
}
</style>