Shades of Mauve Taupe #9F5E6B
Tints of Mauve Taupe #9F5E6B
RGB
CMYK
RGB Variations
Color information
#9F5E6B (or 0x9F5E6B) is known color: Mauve Taupe. HEX triplet: 9F, 5E and 6B. RGB value is (159,94,107). Sum of RGB (Red+Green+Blue) = 159+94+107=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E6B is #60A194. Grayscale: #727272. Windows color (decimal): -6332821 or 7036575. OLE color: 7036575.
HSL color Cylindrical-coordinate representation of color #9F5E6B: hue angle of 348º 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 #9F5E6B is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 94 | 107 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.38 |
| HSL | 348º | 0.26% | 0.5% | - |
| HSV(B) | 348º | 0.41% | 0.62% | - |
| XYZ | 20.95 | 16.44 | 15.98 | - |
| YUV | 114.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 107 | 0 | 0.41 | 0.33 | 0.38 | 348 | 0.26 | 0.5 |
| Hex | 9F | 5E | 6B | 0 | 29 | 21 | 26 | 15C | 1A | 32 |
| Octal | 237 | 136 | 153 | 0 | 51 | 41 | 46 | 534 | 32 | 62 |
| Binary | 10011111 | 1011110 | 1101011 | 0 | 101001 | 100001 | 100110 | 101011100 | 11010 | 110010 |
Color Harmonies of #9F5E6B
Complementary color
Monochromatic Colors of #9F5E6B
Black with #9F5E6B
Text Example
Text Example
White with #9F5E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5E6B; }
p { color: rgb(159,94,107); }
H1.HeaderClassName
{
color: #9F5E6B;
}
.AnyTagClassName
{
color: #9F5E6B;
}
</style>
background-color css
<style>
a { background-color: #9F5E6B; }
a { background-color: rgb(159,94,107); }
div.DivClassName
{
background-color: #9F5E6B;
}
.BgClassName
{
background-color: #9F5E6B;
}
</style>
border-color css
<style>
span { border-color: #9F5E6B; }
span { border-color: rgb(159,94,107); }
td.TdClassName
{
border-color: #9F5E6B;
}
.TagClassName
{
border-color: #9F5E6B;
}
</style>