Shades of Mauve Taupe #9C6470
Tints of Mauve Taupe #9C6470
RGB
CMYK
RGB Variations
Color information
#9C6470 (or 0x9C6470) is known color: Mauve Taupe. HEX triplet: 9C, 64 and 70. RGB value is (156,100,112). Sum of RGB (Red+Green+Blue) = 156+100+112=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6470 is #639B8F. Grayscale: #767676. Windows color (decimal): -6527888 or 7365788. OLE color: 7365788.
HSL color Cylindrical-coordinate representation of color #9C6470: hue angle of 347.14º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C6470 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 112 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.39 |
| HSL | 347.14º | 0.22% | 0.5% | - |
| HSV(B) | 347.14º | 0.36% | 0.61% | - |
| XYZ | 21.19 | 17.35 | 17.56 | - |
| YUV | 118.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 112 | 0 | 0.36 | 0.28 | 0.39 | 347.14 | 0.22 | 0.5 |
| Hex | 9C | 64 | 70 | 0 | 24 | 1C | 27 | 15B | 16 | 32 |
| Octal | 234 | 144 | 160 | 0 | 44 | 34 | 47 | 533 | 26 | 62 |
| Binary | 10011100 | 1100100 | 1110000 | 0 | 100100 | 11100 | 100111 | 101011011 | 10110 | 110010 |
Color Harmonies of #9C6470
Complementary color
Monochromatic Colors of #9C6470
Black with #9C6470
Text Example
Text Example
White with #9C6470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6470; }
p { color: rgb(156,100,112); }
H1.HeaderClassName
{
color: #9C6470;
}
.AnyTagClassName
{
color: #9C6470;
}
</style>
background-color css
<style>
a { background-color: #9C6470; }
a { background-color: rgb(156,100,112); }
div.DivClassName
{
background-color: #9C6470;
}
.BgClassName
{
background-color: #9C6470;
}
</style>
border-color css
<style>
span { border-color: #9C6470; }
span { border-color: rgb(156,100,112); }
td.TdClassName
{
border-color: #9C6470;
}
.TagClassName
{
border-color: #9C6470;
}
</style>