Shades of Mauve Taupe #8F5C6D
Tints of Mauve Taupe #8F5C6D
RGB
CMYK
RGB Variations
Color information
#8F5C6D (or 0x8F5C6D) is known color: Mauve Taupe. HEX triplet: 8F, 5C and 6D. RGB value is (143,92,109). Sum of RGB (Red+Green+Blue) = 143+92+109=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5C6D is #70A392. Grayscale: #6D6D6D. Windows color (decimal): -7381907 or 7167119. OLE color: 7167119.
HSL color Cylindrical-coordinate representation of color #8F5C6D: hue angle of 340º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F5C6D is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 92 | 109 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.44 |
| HSL | 340º | 0.22% | 0.46% | - |
| HSV(B) | 340º | 0.36% | 0.56% | - |
| XYZ | 17.92 | 14.6 | 16.34 | - |
| YUV | 109.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 92 | 109 | 0 | 0.36 | 0.24 | 0.44 | 340 | 0.22 | 0.46 |
| Hex | 8F | 5C | 6D | 0 | 24 | 18 | 2C | 154 | 16 | 2E |
| Octal | 217 | 134 | 155 | 0 | 44 | 30 | 54 | 524 | 26 | 56 |
| Binary | 10001111 | 1011100 | 1101101 | 0 | 100100 | 11000 | 101100 | 101010100 | 10110 | 101110 |
Color Harmonies of #8F5C6D
Complementary color
Monochromatic Colors of #8F5C6D
Black with #8F5C6D
Text Example
Text Example
White with #8F5C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5C6D; }
p { color: rgb(143,92,109); }
H1.HeaderClassName
{
color: #8F5C6D;
}
.AnyTagClassName
{
color: #8F5C6D;
}
</style>
background-color css
<style>
a { background-color: #8F5C6D; }
a { background-color: rgb(143,92,109); }
div.DivClassName
{
background-color: #8F5C6D;
}
.BgClassName
{
background-color: #8F5C6D;
}
</style>
border-color css
<style>
span { border-color: #8F5C6D; }
span { border-color: rgb(143,92,109); }
td.TdClassName
{
border-color: #8F5C6D;
}
.TagClassName
{
border-color: #8F5C6D;
}
</style>