Shades of Mauve Taupe #9C6174
Tints of Mauve Taupe #9C6174
RGB
CMYK
RGB Variations
Color information
#9C6174 (or 0x9C6174) is known color: Mauve Taupe. HEX triplet: 9C, 61 and 74. RGB value is (156,97,116). Sum of RGB (Red+Green+Blue) = 156+97+116=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6174 is #639E8B. Grayscale: #747474. Windows color (decimal): -6528652 or 7627164. OLE color: 7627164.
HSL color Cylindrical-coordinate representation of color #9C6174: hue angle of 340.68º 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 #9C6174 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 116 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.39 |
| HSL | 340.68º | 0.23% | 0.5% | - |
| HSV(B) | 340.68º | 0.38% | 0.61% | - |
| XYZ | 21.14 | 16.88 | 18.67 | - |
| YUV | 116.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 116 | 0 | 0.38 | 0.26 | 0.39 | 340.68 | 0.23 | 0.5 |
| Hex | 9C | 61 | 74 | 0 | 26 | 1A | 27 | 155 | 17 | 32 |
| Octal | 234 | 141 | 164 | 0 | 46 | 32 | 47 | 525 | 27 | 62 |
| Binary | 10011100 | 1100001 | 1110100 | 0 | 100110 | 11010 | 100111 | 101010101 | 10111 | 110010 |
Color Harmonies of #9C6174
Complementary color
Monochromatic Colors of #9C6174
Black with #9C6174
Text Example
Text Example
White with #9C6174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6174; }
p { color: rgb(156,97,116); }
H1.HeaderClassName
{
color: #9C6174;
}
.AnyTagClassName
{
color: #9C6174;
}
</style>
background-color css
<style>
a { background-color: #9C6174; }
a { background-color: rgb(156,97,116); }
div.DivClassName
{
background-color: #9C6174;
}
.BgClassName
{
background-color: #9C6174;
}
</style>
border-color css
<style>
span { border-color: #9C6174; }
span { border-color: rgb(156,97,116); }
td.TdClassName
{
border-color: #9C6174;
}
.TagClassName
{
border-color: #9C6174;
}
</style>