Shades of Mauve Taupe #9F5B6E
Tints of Mauve Taupe #9F5B6E
RGB
CMYK
RGB Variations
Color information
#9F5B6E (or 0x9F5B6E) is known color: Mauve Taupe. HEX triplet: 9F, 5B and 6E. RGB value is (159,91,110). Sum of RGB (Red+Green+Blue) = 159+91+110=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5B6E is #60A491. Grayscale: #717171. Windows color (decimal): -6333586 or 7232415. OLE color: 7232415.
HSL color Cylindrical-coordinate representation of color #9F5B6E: hue angle of 343.24º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F5B6E is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 91 | 110 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.38 |
| HSL | 343.24º | 0.27% | 0.49% | - |
| HSV(B) | 343.24º | 0.43% | 0.62% | - |
| XYZ | 20.85 | 15.98 | 16.74 | - |
| YUV | 113.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 110 | 0 | 0.43 | 0.31 | 0.38 | 343.24 | 0.27 | 0.49 |
| Hex | 9F | 5B | 6E | 0 | 2B | 1F | 26 | 157 | 1B | 31 |
| Octal | 237 | 133 | 156 | 0 | 53 | 37 | 46 | 527 | 33 | 61 |
| Binary | 10011111 | 1011011 | 1101110 | 0 | 101011 | 11111 | 100110 | 101010111 | 11011 | 110001 |
Color Harmonies of #9F5B6E
Complementary color
Monochromatic Colors of #9F5B6E
Black with #9F5B6E
Text Example
Text Example
White with #9F5B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5B6E; }
p { color: rgb(159,91,110); }
H1.HeaderClassName
{
color: #9F5B6E;
}
.AnyTagClassName
{
color: #9F5B6E;
}
</style>
background-color css
<style>
a { background-color: #9F5B6E; }
a { background-color: rgb(159,91,110); }
div.DivClassName
{
background-color: #9F5B6E;
}
.BgClassName
{
background-color: #9F5B6E;
}
</style>
border-color css
<style>
span { border-color: #9F5B6E; }
span { border-color: rgb(159,91,110); }
td.TdClassName
{
border-color: #9F5B6E;
}
.TagClassName
{
border-color: #9F5B6E;
}
</style>