Shades of Mauve Taupe #8F5F60
Tints of Mauve Taupe #8F5F60
RGB
CMYK
RGB Variations
Color information
#8F5F60 (or 0x8F5F60) is known color: Mauve Taupe. HEX triplet: 8F, 5F and 60. RGB value is (143,95,96). Sum of RGB (Red+Green+Blue) = 143+95+96=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5F60 is #70A09F. Grayscale: #6D6D6D. Windows color (decimal): -7381152 or 6315919. OLE color: 6315919.
HSL color Cylindrical-coordinate representation of color #8F5F60: hue angle of 358.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F5F60 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 95 | 96 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.44 |
| HSL | 358.75º | 0.2% | 0.47% | - |
| HSV(B) | 358.75º | 0.34% | 0.56% | - |
| XYZ | 17.53 | 14.87 | 13.01 | - |
| YUV | 109.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 96 | 0 | 0.34 | 0.33 | 0.44 | 358.75 | 0.2 | 0.47 |
| Hex | 8F | 5F | 60 | 0 | 22 | 21 | 2C | 167 | 14 | 2F |
| Octal | 217 | 137 | 140 | 0 | 42 | 41 | 54 | 547 | 24 | 57 |
| Binary | 10001111 | 1011111 | 1100000 | 0 | 100010 | 100001 | 101100 | 101100111 | 10100 | 101111 |
Color Harmonies of #8F5F60
Complementary color
Monochromatic Colors of #8F5F60
Black with #8F5F60
Text Example
Text Example
White with #8F5F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5F60; }
p { color: rgb(143,95,96); }
H1.HeaderClassName
{
color: #8F5F60;
}
.AnyTagClassName
{
color: #8F5F60;
}
</style>
background-color css
<style>
a { background-color: #8F5F60; }
a { background-color: rgb(143,95,96); }
div.DivClassName
{
background-color: #8F5F60;
}
.BgClassName
{
background-color: #8F5F60;
}
</style>
border-color css
<style>
span { border-color: #8F5F60; }
span { border-color: rgb(143,95,96); }
td.TdClassName
{
border-color: #8F5F60;
}
.TagClassName
{
border-color: #8F5F60;
}
</style>