Shades of Mauve Taupe #8F666C
Tints of Mauve Taupe #8F666C
RGB
CMYK
RGB Variations
Color information
#8F666C (or 0x8F666C) is known color: Mauve Taupe. HEX triplet: 8F, 66 and 6C. RGB value is (143,102,108). Sum of RGB (Red+Green+Blue) = 143+102+108=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F666C is #709993. Grayscale: #727272. Windows color (decimal): -7379348 or 7104143. OLE color: 7104143.
HSL color Cylindrical-coordinate representation of color #8F666C: hue angle of 351.22º 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 #8F666C is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 102 | 108 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.44 |
| HSL | 351.22º | 0.17% | 0.48% | - |
| HSV(B) | 351.22º | 0.29% | 0.56% | - |
| XYZ | 18.79 | 16.43 | 16.37 | - |
| YUV | 114.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 102 | 108 | 0 | 0.29 | 0.24 | 0.44 | 351.22 | 0.17 | 0.48 |
| Hex | 8F | 66 | 6C | 0 | 1D | 18 | 2C | 15F | 11 | 30 |
| Octal | 217 | 146 | 154 | 0 | 35 | 30 | 54 | 537 | 21 | 60 |
| Binary | 10001111 | 1100110 | 1101100 | 0 | 11101 | 11000 | 101100 | 101011111 | 10001 | 110000 |
Color Harmonies of #8F666C
Complementary color
Monochromatic Colors of #8F666C
Black with #8F666C
Text Example
Text Example
White with #8F666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F666C; }
p { color: rgb(143,102,108); }
H1.HeaderClassName
{
color: #8F666C;
}
.AnyTagClassName
{
color: #8F666C;
}
</style>
background-color css
<style>
a { background-color: #8F666C; }
a { background-color: rgb(143,102,108); }
div.DivClassName
{
background-color: #8F666C;
}
.BgClassName
{
background-color: #8F666C;
}
</style>
border-color css
<style>
span { border-color: #8F666C; }
span { border-color: rgb(143,102,108); }
td.TdClassName
{
border-color: #8F666C;
}
.TagClassName
{
border-color: #8F666C;
}
</style>