Shades of Mauve Taupe #9C6071
Tints of Mauve Taupe #9C6071
RGB
CMYK
RGB Variations
Color information
#9C6071 (or 0x9C6071) is known color: Mauve Taupe. HEX triplet: 9C, 60 and 71. RGB value is (156,96,113). Sum of RGB (Red+Green+Blue) = 156+96+113=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6071 is #639F8E. Grayscale: #737373. Windows color (decimal): -6528911 or 7430300. OLE color: 7430300.
HSL color Cylindrical-coordinate representation of color #9C6071: hue angle of 343º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6071 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 113 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.39 |
| HSL | 343º | 0.24% | 0.49% | - |
| HSV(B) | 343º | 0.38% | 0.61% | - |
| XYZ | 20.87 | 16.63 | 17.73 | - |
| YUV | 115.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 113 | 0 | 0.38 | 0.28 | 0.39 | 343 | 0.24 | 0.49 |
| Hex | 9C | 60 | 71 | 0 | 26 | 1C | 27 | 157 | 18 | 31 |
| Octal | 234 | 140 | 161 | 0 | 46 | 34 | 47 | 527 | 30 | 61 |
| Binary | 10011100 | 1100000 | 1110001 | 0 | 100110 | 11100 | 100111 | 101010111 | 11000 | 110001 |
Color Harmonies of #9C6071
Complementary color
Monochromatic Colors of #9C6071
Black with #9C6071
Text Example
Text Example
White with #9C6071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6071; }
p { color: rgb(156,96,113); }
H1.HeaderClassName
{
color: #9C6071;
}
.AnyTagClassName
{
color: #9C6071;
}
</style>
background-color css
<style>
a { background-color: #9C6071; }
a { background-color: rgb(156,96,113); }
div.DivClassName
{
background-color: #9C6071;
}
.BgClassName
{
background-color: #9C6071;
}
</style>
border-color css
<style>
span { border-color: #9C6071; }
span { border-color: rgb(156,96,113); }
td.TdClassName
{
border-color: #9C6071;
}
.TagClassName
{
border-color: #9C6071;
}
</style>