Shades of Mauve Taupe #96576C
Tints of Mauve Taupe #96576C
RGB
CMYK
RGB Variations
Color information
#96576C (or 0x96576C) is known color: Mauve Taupe. HEX triplet: 96, 57 and 6C. RGB value is (150,87,108). Sum of RGB (Red+Green+Blue) = 150+87+108=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96576C is #69A893. Grayscale: #6C6C6C. Windows color (decimal): -6924436 or 7100310. OLE color: 7100310.
HSL color Cylindrical-coordinate representation of color #96576C: hue angle of 340º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96576C is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 108 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.41 |
| HSL | 340º | 0.27% | 0.46% | - |
| HSV(B) | 340º | 0.42% | 0.59% | - |
| XYZ | 18.69 | 14.38 | 15.98 | - |
| YUV | 108.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 108 | 0 | 0.42 | 0.28 | 0.41 | 340 | 0.27 | 0.46 |
| Hex | 96 | 57 | 6C | 0 | 2A | 1C | 29 | 154 | 1B | 2E |
| Octal | 226 | 127 | 154 | 0 | 52 | 34 | 51 | 524 | 33 | 56 |
| Binary | 10010110 | 1010111 | 1101100 | 0 | 101010 | 11100 | 101001 | 101010100 | 11011 | 101110 |
Color Harmonies of #96576C
Complementary color
Monochromatic Colors of #96576C
Black with #96576C
Text Example
Text Example
White with #96576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96576C; }
p { color: rgb(150,87,108); }
H1.HeaderClassName
{
color: #96576C;
}
.AnyTagClassName
{
color: #96576C;
}
</style>
background-color css
<style>
a { background-color: #96576C; }
a { background-color: rgb(150,87,108); }
div.DivClassName
{
background-color: #96576C;
}
.BgClassName
{
background-color: #96576C;
}
</style>
border-color css
<style>
span { border-color: #96576C; }
span { border-color: rgb(150,87,108); }
td.TdClassName
{
border-color: #96576C;
}
.TagClassName
{
border-color: #96576C;
}
</style>