Shades of Mauve Taupe #8F686A
Tints of Mauve Taupe #8F686A
RGB
CMYK
RGB Variations
Color information
#8F686A (or 0x8F686A) is known color: Mauve Taupe. HEX triplet: 8F, 68 and 6A. RGB value is (143,104,106). Sum of RGB (Red+Green+Blue) = 143+104+106=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F686A is #709795. Grayscale: #737373. Windows color (decimal): -7378838 or 6973583. OLE color: 6973583.
HSL color Cylindrical-coordinate representation of color #8F686A: hue angle of 356.92º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F686A is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 106 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.44 |
| HSL | 356.92º | 0.16% | 0.48% | - |
| HSV(B) | 356.92º | 0.27% | 0.56% | - |
| XYZ | 18.88 | 16.78 | 15.88 | - |
| YUV | 115.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 106 | 0 | 0.27 | 0.26 | 0.44 | 356.92 | 0.16 | 0.48 |
| Hex | 8F | 68 | 6A | 0 | 1B | 1A | 2C | 165 | 10 | 30 |
| Octal | 217 | 150 | 152 | 0 | 33 | 32 | 54 | 545 | 20 | 60 |
| Binary | 10001111 | 1101000 | 1101010 | 0 | 11011 | 11010 | 101100 | 101100101 | 10000 | 110000 |
Color Harmonies of #8F686A
Complementary color
Monochromatic Colors of #8F686A
Black with #8F686A
Text Example
Text Example
White with #8F686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F686A; }
p { color: rgb(143,104,106); }
H1.HeaderClassName
{
color: #8F686A;
}
.AnyTagClassName
{
color: #8F686A;
}
</style>
background-color css
<style>
a { background-color: #8F686A; }
a { background-color: rgb(143,104,106); }
div.DivClassName
{
background-color: #8F686A;
}
.BgClassName
{
background-color: #8F686A;
}
</style>
border-color css
<style>
span { border-color: #8F686A; }
span { border-color: rgb(143,104,106); }
td.TdClassName
{
border-color: #8F686A;
}
.TagClassName
{
border-color: #8F686A;
}
</style>