Shades of Rose Taupe #8D6160
Tints of Rose Taupe #8D6160
RGB
CMYK
RGB Variations
Color information
#8D6160 (or 0x8D6160) is known color: Rose Taupe. HEX triplet: 8D, 61 and 60. RGB value is (141,97,96). Sum of RGB (Red+Green+Blue) = 141+97+96=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6160 is #729E9F. Grayscale: #6E6E6E. Windows color (decimal): -7511712 or 6316429. OLE color: 6316429.
HSL color Cylindrical-coordinate representation of color #8D6160: hue angle of 1.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D6160 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 96 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.45 |
| HSL | 1.33º | 0.19% | 0.46% | - |
| HSV(B) | 1.33º | 0.32% | 0.55% | - |
| XYZ | 17.37 | 15.06 | 13.06 | - |
| YUV | 110.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 96 | 0 | 0.31 | 0.32 | 0.45 | 1.33 | 0.19 | 0.46 |
| Hex | 8D | 61 | 60 | 0 | 1F | 20 | 2D | 1 | 13 | 2E |
| Octal | 215 | 141 | 140 | 0 | 37 | 40 | 55 | 1 | 23 | 56 |
| Binary | 10001101 | 1100001 | 1100000 | 0 | 11111 | 100000 | 101101 | 1 | 10011 | 101110 |
Color Harmonies of #8D6160
Complementary color
Monochromatic Colors of #8D6160
Black with #8D6160
Text Example
Text Example
White with #8D6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6160; }
p { color: rgb(141,97,96); }
H1.HeaderClassName
{
color: #8D6160;
}
.AnyTagClassName
{
color: #8D6160;
}
</style>
background-color css
<style>
a { background-color: #8D6160; }
a { background-color: rgb(141,97,96); }
div.DivClassName
{
background-color: #8D6160;
}
.BgClassName
{
background-color: #8D6160;
}
</style>
border-color css
<style>
span { border-color: #8D6160; }
span { border-color: rgb(141,97,96); }
td.TdClassName
{
border-color: #8D6160;
}
.TagClassName
{
border-color: #8D6160;
}
</style>