Shades of Mauve Taupe #9C5D72
Tints of Mauve Taupe #9C5D72
RGB
CMYK
RGB Variations
Color information
#9C5D72 (or 0x9C5D72) is known color: Mauve Taupe. HEX triplet: 9C, 5D and 72. RGB value is (156,93,114). Sum of RGB (Red+Green+Blue) = 156+93+114=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5D72 is #63A28D. Grayscale: #727272. Windows color (decimal): -6529678 or 7495068. OLE color: 7495068.
HSL color Cylindrical-coordinate representation of color #9C5D72: hue angle of 340º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5D72 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 93 | 114 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.39 |
| HSL | 340º | 0.25% | 0.49% | - |
| HSV(B) | 340º | 0.4% | 0.61% | - |
| XYZ | 20.66 | 16.11 | 17.94 | - |
| YUV | 114.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 93 | 114 | 0 | 0.40 | 0.27 | 0.39 | 340 | 0.25 | 0.49 |
| Hex | 9C | 5D | 72 | 0 | 28 | 1B | 27 | 154 | 19 | 31 |
| Octal | 234 | 135 | 162 | 0 | 50 | 33 | 47 | 524 | 31 | 61 |
| Binary | 10011100 | 1011101 | 1110010 | 0 | 101000 | 11011 | 100111 | 101010100 | 11001 | 110001 |
Color Harmonies of #9C5D72
Complementary color
Monochromatic Colors of #9C5D72
Black with #9C5D72
Text Example
Text Example
White with #9C5D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5D72; }
p { color: rgb(156,93,114); }
H1.HeaderClassName
{
color: #9C5D72;
}
.AnyTagClassName
{
color: #9C5D72;
}
</style>
background-color css
<style>
a { background-color: #9C5D72; }
a { background-color: rgb(156,93,114); }
div.DivClassName
{
background-color: #9C5D72;
}
.BgClassName
{
background-color: #9C5D72;
}
</style>
border-color css
<style>
span { border-color: #9C5D72; }
span { border-color: rgb(156,93,114); }
td.TdClassName
{
border-color: #9C5D72;
}
.TagClassName
{
border-color: #9C5D72;
}
</style>