Shades of Mauve Taupe #8F5D69
Tints of Mauve Taupe #8F5D69
RGB
CMYK
RGB Variations
Color information
#8F5D69 (or 0x8F5D69) is known color: Mauve Taupe. HEX triplet: 8F, 5D and 69. RGB value is (143,93,105). Sum of RGB (Red+Green+Blue) = 143+93+105=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5D69 is #70A296. Grayscale: #6D6D6D. Windows color (decimal): -7381655 or 6905231. OLE color: 6905231.
HSL color Cylindrical-coordinate representation of color #8F5D69: hue angle of 345.6º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F5D69 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 93 | 105 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.44 |
| HSL | 345.6º | 0.21% | 0.46% | - |
| HSV(B) | 345.6º | 0.35% | 0.56% | - |
| XYZ | 17.79 | 14.69 | 15.26 | - |
| YUV | 109.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 105 | 0 | 0.35 | 0.27 | 0.44 | 345.6 | 0.21 | 0.46 |
| Hex | 8F | 5D | 69 | 0 | 23 | 1B | 2C | 15A | 15 | 2E |
| Octal | 217 | 135 | 151 | 0 | 43 | 33 | 54 | 532 | 25 | 56 |
| Binary | 10001111 | 1011101 | 1101001 | 0 | 100011 | 11011 | 101100 | 101011010 | 10101 | 101110 |
Color Harmonies of #8F5D69
Complementary color
Monochromatic Colors of #8F5D69
Black with #8F5D69
Text Example
Text Example
White with #8F5D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5D69; }
p { color: rgb(143,93,105); }
H1.HeaderClassName
{
color: #8F5D69;
}
.AnyTagClassName
{
color: #8F5D69;
}
</style>
background-color css
<style>
a { background-color: #8F5D69; }
a { background-color: rgb(143,93,105); }
div.DivClassName
{
background-color: #8F5D69;
}
.BgClassName
{
background-color: #8F5D69;
}
</style>
border-color css
<style>
span { border-color: #8F5D69; }
span { border-color: rgb(143,93,105); }
td.TdClassName
{
border-color: #8F5D69;
}
.TagClassName
{
border-color: #8F5D69;
}
</style>