Shades of Mauve Taupe #8F686C
Tints of Mauve Taupe #8F686C
RGB
CMYK
RGB Variations
Color information
#8F686C (or 0x8F686C) is known color: Mauve Taupe. HEX triplet: 8F, 68 and 6C. RGB value is (143,104,108). Sum of RGB (Red+Green+Blue) = 143+104+108=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F686C is #709793. Grayscale: #747474. Windows color (decimal): -7378836 or 7104655. OLE color: 7104655.
HSL color Cylindrical-coordinate representation of color #8F686C: hue angle of 353.85º 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 #8F686C is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 108 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.44 |
| HSL | 353.85º | 0.16% | 0.48% | - |
| HSV(B) | 353.85º | 0.27% | 0.56% | - |
| XYZ | 18.98 | 16.82 | 16.43 | - |
| YUV | 116.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 108 | 0 | 0.27 | 0.24 | 0.44 | 353.85 | 0.16 | 0.48 |
| Hex | 8F | 68 | 6C | 0 | 1B | 18 | 2C | 162 | 10 | 30 |
| Octal | 217 | 150 | 154 | 0 | 33 | 30 | 54 | 542 | 20 | 60 |
| Binary | 10001111 | 1101000 | 1101100 | 0 | 11011 | 11000 | 101100 | 101100010 | 10000 | 110000 |
Color Harmonies of #8F686C
Complementary color
Monochromatic Colors of #8F686C
Black with #8F686C
Text Example
Text Example
White with #8F686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F686C; }
p { color: rgb(143,104,108); }
H1.HeaderClassName
{
color: #8F686C;
}
.AnyTagClassName
{
color: #8F686C;
}
</style>
background-color css
<style>
a { background-color: #8F686C; }
a { background-color: rgb(143,104,108); }
div.DivClassName
{
background-color: #8F686C;
}
.BgClassName
{
background-color: #8F686C;
}
</style>
border-color css
<style>
span { border-color: #8F686C; }
span { border-color: rgb(143,104,108); }
td.TdClassName
{
border-color: #8F686C;
}
.TagClassName
{
border-color: #8F686C;
}
</style>