Shades of Dark Wood #8D6145
Tints of Dark Wood #8D6145
RGB
CMYK
RGB Variations
Color information
#8D6145 (or 0x8D6145) is known color: Dark Wood. HEX triplet: 8D, 61 and 45. RGB value is (141,97,69). Sum of RGB (Red+Green+Blue) = 141+97+69=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6145 is #729EBA. Grayscale: #6B6B6B. Windows color (decimal): -7511739 or 4546957. OLE color: 4546957.
HSL color Cylindrical-coordinate representation of color #8D6145: hue angle of 23.33º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D6145 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 69 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.45 |
| HSL | 23.33º | 0.34% | 0.41% | - |
| HSV(B) | 23.33º | 0.51% | 0.55% | - |
| XYZ | 16.33 | 14.64 | 7.6 | - |
| YUV | 106.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 69 | 0 | 0.31 | 0.51 | 0.45 | 23.33 | 0.34 | 0.41 |
| Hex | 8D | 61 | 45 | 0 | 1F | 33 | 2D | 17 | 22 | 29 |
| Octal | 215 | 141 | 105 | 0 | 37 | 63 | 55 | 27 | 42 | 51 |
| Binary | 10001101 | 1100001 | 1000101 | 0 | 11111 | 110011 | 101101 | 10111 | 100010 | 101001 |
Color Harmonies of #8D6145
Complementary color
Monochromatic Colors of #8D6145
Black with #8D6145
Text Example
Text Example
White with #8D6145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6145; }
p { color: rgb(141,97,69); }
H1.HeaderClassName
{
color: #8D6145;
}
.AnyTagClassName
{
color: #8D6145;
}
</style>
background-color css
<style>
a { background-color: #8D6145; }
a { background-color: rgb(141,97,69); }
div.DivClassName
{
background-color: #8D6145;
}
.BgClassName
{
background-color: #8D6145;
}
</style>
border-color css
<style>
span { border-color: #8D6145; }
span { border-color: rgb(141,97,69); }
td.TdClassName
{
border-color: #8D6145;
}
.TagClassName
{
border-color: #8D6145;
}
</style>