Shades of Mauve Taupe #9C6173
Tints of Mauve Taupe #9C6173
RGB
CMYK
RGB Variations
Color information
#9C6173 (or 0x9C6173) is known color: Mauve Taupe. HEX triplet: 9C, 61 and 73. RGB value is (156,97,115). Sum of RGB (Red+Green+Blue) = 156+97+115=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6173 is #639E8C. Grayscale: #747474. Windows color (decimal): -6528653 or 7561628. OLE color: 7561628.
HSL color Cylindrical-coordinate representation of color #9C6173: hue angle of 341.69º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6173 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 115 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.39 |
| HSL | 341.69º | 0.23% | 0.5% | - |
| HSV(B) | 341.69º | 0.38% | 0.61% | - |
| XYZ | 21.08 | 16.86 | 18.36 | - |
| YUV | 116.69 | 127.05 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 115 | 0 | 0.38 | 0.26 | 0.39 | 341.69 | 0.23 | 0.5 |
| Hex | 9C | 61 | 73 | 0 | 26 | 1A | 27 | 156 | 17 | 32 |
| Octal | 234 | 141 | 163 | 0 | 46 | 32 | 47 | 526 | 27 | 62 |
| Binary | 10011100 | 1100001 | 1110011 | 0 | 100110 | 11010 | 100111 | 101010110 | 10111 | 110010 |
Color Harmonies of #9C6173
Complementary color
Monochromatic Colors of #9C6173
Black with #9C6173
Text Example
Text Example
White with #9C6173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6173; }
p { color: rgb(156,97,115); }
H1.HeaderClassName
{
color: #9C6173;
}
.AnyTagClassName
{
color: #9C6173;
}
</style>
background-color css
<style>
a { background-color: #9C6173; }
a { background-color: rgb(156,97,115); }
div.DivClassName
{
background-color: #9C6173;
}
.BgClassName
{
background-color: #9C6173;
}
</style>
border-color css
<style>
span { border-color: #9C6173; }
span { border-color: rgb(156,97,115); }
td.TdClassName
{
border-color: #9C6173;
}
.TagClassName
{
border-color: #9C6173;
}
</style>