Shades of Mauve Taupe #8F666E
Tints of Mauve Taupe #8F666E
RGB
CMYK
RGB Variations
Color information
#8F666E (or 0x8F666E) is known color: Mauve Taupe. HEX triplet: 8F, 66 and 6E. RGB value is (143,102,110). Sum of RGB (Red+Green+Blue) = 143+102+110=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F666E is #709991. Grayscale: #737373. Windows color (decimal): -7379346 or 7235215. OLE color: 7235215.
HSL color Cylindrical-coordinate representation of color #8F666E: hue angle of 348.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F666E is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 102 | 110 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.44 |
| HSL | 348.29º | 0.17% | 0.48% | - |
| HSV(B) | 348.29º | 0.29% | 0.56% | - |
| XYZ | 18.89 | 16.47 | 16.93 | - |
| YUV | 115.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 102 | 110 | 0 | 0.29 | 0.23 | 0.44 | 348.29 | 0.17 | 0.48 |
| Hex | 8F | 66 | 6E | 0 | 1D | 17 | 2C | 15C | 11 | 30 |
| Octal | 217 | 146 | 156 | 0 | 35 | 27 | 54 | 534 | 21 | 60 |
| Binary | 10001111 | 1100110 | 1101110 | 0 | 11101 | 10111 | 101100 | 101011100 | 10001 | 110000 |
Color Harmonies of #8F666E
Complementary color
Monochromatic Colors of #8F666E
Black with #8F666E
Text Example
Text Example
White with #8F666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F666E; }
p { color: rgb(143,102,110); }
H1.HeaderClassName
{
color: #8F666E;
}
.AnyTagClassName
{
color: #8F666E;
}
</style>
background-color css
<style>
a { background-color: #8F666E; }
a { background-color: rgb(143,102,110); }
div.DivClassName
{
background-color: #8F666E;
}
.BgClassName
{
background-color: #8F666E;
}
</style>
border-color css
<style>
span { border-color: #8F666E; }
span { border-color: rgb(143,102,110); }
td.TdClassName
{
border-color: #8F666E;
}
.TagClassName
{
border-color: #8F666E;
}
</style>