Shades of Mauve Taupe #9F5E6C
Tints of Mauve Taupe #9F5E6C
RGB
CMYK
RGB Variations
Color information
#9F5E6C (or 0x9F5E6C) is known color: Mauve Taupe. HEX triplet: 9F, 5E and 6C. RGB value is (159,94,108). Sum of RGB (Red+Green+Blue) = 159+94+108=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E6C is #60A193. Grayscale: #737373. Windows color (decimal): -6332820 or 7102111. OLE color: 7102111.
HSL color Cylindrical-coordinate representation of color #9F5E6C: hue angle of 347.08º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F5E6C is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 94 | 108 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.38 |
| HSL | 347.08º | 0.26% | 0.5% | - |
| HSV(B) | 347.08º | 0.41% | 0.62% | - |
| XYZ | 21.01 | 16.46 | 16.26 | - |
| YUV | 115.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 108 | 0 | 0.41 | 0.32 | 0.38 | 347.08 | 0.26 | 0.5 |
| Hex | 9F | 5E | 6C | 0 | 29 | 20 | 26 | 15B | 1A | 32 |
| Octal | 237 | 136 | 154 | 0 | 51 | 40 | 46 | 533 | 32 | 62 |
| Binary | 10011111 | 1011110 | 1101100 | 0 | 101001 | 100000 | 100110 | 101011011 | 11010 | 110010 |
Color Harmonies of #9F5E6C
Complementary color
Monochromatic Colors of #9F5E6C
Black with #9F5E6C
Text Example
Text Example
White with #9F5E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5E6C; }
p { color: rgb(159,94,108); }
H1.HeaderClassName
{
color: #9F5E6C;
}
.AnyTagClassName
{
color: #9F5E6C;
}
</style>
background-color css
<style>
a { background-color: #9F5E6C; }
a { background-color: rgb(159,94,108); }
div.DivClassName
{
background-color: #9F5E6C;
}
.BgClassName
{
background-color: #9F5E6C;
}
</style>
border-color css
<style>
span { border-color: #9F5E6C; }
span { border-color: rgb(159,94,108); }
td.TdClassName
{
border-color: #9F5E6C;
}
.TagClassName
{
border-color: #9F5E6C;
}
</style>