Shades of Mauve Taupe #9C6475
Tints of Mauve Taupe #9C6475
RGB
CMYK
RGB Variations
Color information
#9C6475 (or 0x9C6475) is known color: Mauve Taupe. HEX triplet: 9C, 64 and 75. RGB value is (156,100,117). Sum of RGB (Red+Green+Blue) = 156+100+117=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6475 is #639B8A. Grayscale: #767676. Windows color (decimal): -6527883 or 7693468. OLE color: 7693468.
HSL color Cylindrical-coordinate representation of color #9C6475: hue angle of 341.79º 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 #9C6475 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 117 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.39 |
| HSL | 341.79º | 0.22% | 0.5% | - |
| HSV(B) | 341.79º | 0.36% | 0.61% | - |
| XYZ | 21.48 | 17.47 | 19.07 | - |
| YUV | 118.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 117 | 0 | 0.36 | 0.25 | 0.39 | 341.79 | 0.22 | 0.5 |
| Hex | 9C | 64 | 75 | 0 | 24 | 19 | 27 | 156 | 16 | 32 |
| Octal | 234 | 144 | 165 | 0 | 44 | 31 | 47 | 526 | 26 | 62 |
| Binary | 10011100 | 1100100 | 1110101 | 0 | 100100 | 11001 | 100111 | 101010110 | 10110 | 110010 |
Color Harmonies of #9C6475
Complementary color
Monochromatic Colors of #9C6475
Black with #9C6475
Text Example
Text Example
White with #9C6475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6475; }
p { color: rgb(156,100,117); }
H1.HeaderClassName
{
color: #9C6475;
}
.AnyTagClassName
{
color: #9C6475;
}
</style>
background-color css
<style>
a { background-color: #9C6475; }
a { background-color: rgb(156,100,117); }
div.DivClassName
{
background-color: #9C6475;
}
.BgClassName
{
background-color: #9C6475;
}
</style>
border-color css
<style>
span { border-color: #9C6475; }
span { border-color: rgb(156,100,117); }
td.TdClassName
{
border-color: #9C6475;
}
.TagClassName
{
border-color: #9C6475;
}
</style>