Shades of Mauve Taupe #9F6577
Tints of Mauve Taupe #9F6577
RGB
CMYK
RGB Variations
Color information
#9F6577 (or 0x9F6577) is known color: Mauve Taupe. HEX triplet: 9F, 65 and 77. RGB value is (159,101,119). Sum of RGB (Red+Green+Blue) = 159+101+119=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6577 is #609A88. Grayscale: #787878. Windows color (decimal): -6331017 or 7824799. OLE color: 7824799.
HSL color Cylindrical-coordinate representation of color #9F6577: hue angle of 341.38º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F6577 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 119 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.38 |
| HSL | 341.38º | 0.23% | 0.51% | - |
| HSV(B) | 341.38º | 0.36% | 0.62% | - |
| XYZ | 22.28 | 18.01 | 19.75 | - |
| YUV | 120.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 119 | 0 | 0.36 | 0.25 | 0.38 | 341.38 | 0.23 | 0.51 |
| Hex | 9F | 65 | 77 | 0 | 24 | 19 | 26 | 155 | 17 | 33 |
| Octal | 237 | 145 | 167 | 0 | 44 | 31 | 46 | 525 | 27 | 63 |
| Binary | 10011111 | 1100101 | 1110111 | 0 | 100100 | 11001 | 100110 | 101010101 | 10111 | 110011 |
Color Harmonies of #9F6577
Complementary color
Monochromatic Colors of #9F6577
Black with #9F6577
Text Example
Text Example
White with #9F6577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6577; }
p { color: rgb(159,101,119); }
H1.HeaderClassName
{
color: #9F6577;
}
.AnyTagClassName
{
color: #9F6577;
}
</style>
background-color css
<style>
a { background-color: #9F6577; }
a { background-color: rgb(159,101,119); }
div.DivClassName
{
background-color: #9F6577;
}
.BgClassName
{
background-color: #9F6577;
}
</style>
border-color css
<style>
span { border-color: #9F6577; }
span { border-color: rgb(159,101,119); }
td.TdClassName
{
border-color: #9F6577;
}
.TagClassName
{
border-color: #9F6577;
}
</style>