Shades of Mauve Taupe #8F686E
Tints of Mauve Taupe #8F686E
RGB
CMYK
RGB Variations
Color information
#8F686E (or 0x8F686E) is known color: Mauve Taupe. HEX triplet: 8F, 68 and 6E. RGB value is (143,104,110). Sum of RGB (Red+Green+Blue) = 143+104+110=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F686E is #709791. Grayscale: #747474. Windows color (decimal): -7378834 or 7235727. OLE color: 7235727.
HSL color Cylindrical-coordinate representation of color #8F686E: hue angle of 350.77º 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 #8F686E is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 110 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.44 |
| HSL | 350.77º | 0.16% | 0.48% | - |
| HSV(B) | 350.77º | 0.27% | 0.56% | - |
| XYZ | 19.09 | 16.87 | 17 | - |
| YUV | 116.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 110 | 0 | 0.27 | 0.23 | 0.44 | 350.77 | 0.16 | 0.48 |
| Hex | 8F | 68 | 6E | 0 | 1B | 17 | 2C | 15F | 10 | 30 |
| Octal | 217 | 150 | 156 | 0 | 33 | 27 | 54 | 537 | 20 | 60 |
| Binary | 10001111 | 1101000 | 1101110 | 0 | 11011 | 10111 | 101100 | 101011111 | 10000 | 110000 |
Color Harmonies of #8F686E
Complementary color
Monochromatic Colors of #8F686E
Black with #8F686E
Text Example
Text Example
White with #8F686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F686E; }
p { color: rgb(143,104,110); }
H1.HeaderClassName
{
color: #8F686E;
}
.AnyTagClassName
{
color: #8F686E;
}
</style>
background-color css
<style>
a { background-color: #8F686E; }
a { background-color: rgb(143,104,110); }
div.DivClassName
{
background-color: #8F686E;
}
.BgClassName
{
background-color: #8F686E;
}
</style>
border-color css
<style>
span { border-color: #8F686E; }
span { border-color: rgb(143,104,110); }
td.TdClassName
{
border-color: #8F686E;
}
.TagClassName
{
border-color: #8F686E;
}
</style>