Shades of Mauve Taupe #8F6D73
Tints of Mauve Taupe #8F6D73
RGB
CMYK
RGB Variations
Color information
#8F6D73 (or 0x8F6D73) is known color: Mauve Taupe. HEX triplet: 8F, 6D and 73. RGB value is (143,109,115). Sum of RGB (Red+Green+Blue) = 143+109+115=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6D73 is #70928C. Grayscale: #777777. Windows color (decimal): -7377549 or 7564687. OLE color: 7564687.
HSL color Cylindrical-coordinate representation of color #8F6D73: hue angle of 349.41º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F6D73 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 109 | 115 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.44 |
| HSL | 349.41º | 0.13% | 0.49% | - |
| HSV(B) | 349.41º | 0.24% | 0.56% | - |
| XYZ | 19.89 | 18.01 | 18.65 | - |
| YUV | 119.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 109 | 115 | 0 | 0.24 | 0.20 | 0.44 | 349.41 | 0.13 | 0.49 |
| Hex | 8F | 6D | 73 | 0 | 18 | 14 | 2C | 15D | D | 31 |
| Octal | 217 | 155 | 163 | 0 | 30 | 24 | 54 | 535 | 15 | 61 |
| Binary | 10001111 | 1101101 | 1110011 | 0 | 11000 | 10100 | 101100 | 101011101 | 1101 | 110001 |
Color Harmonies of #8F6D73
Complementary color
Monochromatic Colors of #8F6D73
Black with #8F6D73
Text Example
Text Example
White with #8F6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6D73; }
p { color: rgb(143,109,115); }
H1.HeaderClassName
{
color: #8F6D73;
}
.AnyTagClassName
{
color: #8F6D73;
}
</style>
background-color css
<style>
a { background-color: #8F6D73; }
a { background-color: rgb(143,109,115); }
div.DivClassName
{
background-color: #8F6D73;
}
.BgClassName
{
background-color: #8F6D73;
}
</style>
border-color css
<style>
span { border-color: #8F6D73; }
span { border-color: rgb(143,109,115); }
td.TdClassName
{
border-color: #8F6D73;
}
.TagClassName
{
border-color: #8F6D73;
}
</style>