Shades of Mauve Taupe #8F6671
Tints of Mauve Taupe #8F6671
RGB
CMYK
RGB Variations
Color information
#8F6671 (or 0x8F6671) is known color: Mauve Taupe. HEX triplet: 8F, 66 and 71. RGB value is (143,102,113). Sum of RGB (Red+Green+Blue) = 143+102+113=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6671 is #70998E. Grayscale: #737373. Windows color (decimal): -7379343 or 7431823. OLE color: 7431823.
HSL color Cylindrical-coordinate representation of color #8F6671: hue angle of 343.9º 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 #8F6671 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 102 | 113 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.44 |
| HSL | 343.9º | 0.17% | 0.48% | - |
| HSV(B) | 343.9º | 0.29% | 0.56% | - |
| XYZ | 19.06 | 16.53 | 17.81 | - |
| YUV | 115.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 102 | 113 | 0 | 0.29 | 0.21 | 0.44 | 343.9 | 0.17 | 0.48 |
| Hex | 8F | 66 | 71 | 0 | 1D | 15 | 2C | 158 | 11 | 30 |
| Octal | 217 | 146 | 161 | 0 | 35 | 25 | 54 | 530 | 21 | 60 |
| Binary | 10001111 | 1100110 | 1110001 | 0 | 11101 | 10101 | 101100 | 101011000 | 10001 | 110000 |
Color Harmonies of #8F6671
Complementary color
Monochromatic Colors of #8F6671
Black with #8F6671
Text Example
Text Example
White with #8F6671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6671; }
p { color: rgb(143,102,113); }
H1.HeaderClassName
{
color: #8F6671;
}
.AnyTagClassName
{
color: #8F6671;
}
</style>
background-color css
<style>
a { background-color: #8F6671; }
a { background-color: rgb(143,102,113); }
div.DivClassName
{
background-color: #8F6671;
}
.BgClassName
{
background-color: #8F6671;
}
</style>
border-color css
<style>
span { border-color: #8F6671; }
span { border-color: rgb(143,102,113); }
td.TdClassName
{
border-color: #8F6671;
}
.TagClassName
{
border-color: #8F6671;
}
</style>