Shades of Mauve Taupe #9C646E
Tints of Mauve Taupe #9C646E
RGB
CMYK
RGB Variations
Color information
#9C646E (or 0x9C646E) is known color: Mauve Taupe. HEX triplet: 9C, 64 and 6E. RGB value is (156,100,110). Sum of RGB (Red+Green+Blue) = 156+100+110=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C646E is #639B91. Grayscale: #757575. Windows color (decimal): -6527890 or 7234716. OLE color: 7234716.
HSL color Cylindrical-coordinate representation of color #9C646E: hue angle of 349.29º 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 #9C646E is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 110 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.39 |
| HSL | 349.29º | 0.22% | 0.5% | - |
| HSV(B) | 349.29º | 0.36% | 0.61% | - |
| XYZ | 21.08 | 17.31 | 16.98 | - |
| YUV | 117.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 110 | 0 | 0.36 | 0.29 | 0.39 | 349.29 | 0.22 | 0.5 |
| Hex | 9C | 64 | 6E | 0 | 24 | 1D | 27 | 15D | 16 | 32 |
| Octal | 234 | 144 | 156 | 0 | 44 | 35 | 47 | 535 | 26 | 62 |
| Binary | 10011100 | 1100100 | 1101110 | 0 | 100100 | 11101 | 100111 | 101011101 | 10110 | 110010 |
Color Harmonies of #9C646E
Complementary color
Monochromatic Colors of #9C646E
Black with #9C646E
Text Example
Text Example
White with #9C646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C646E; }
p { color: rgb(156,100,110); }
H1.HeaderClassName
{
color: #9C646E;
}
.AnyTagClassName
{
color: #9C646E;
}
</style>
background-color css
<style>
a { background-color: #9C646E; }
a { background-color: rgb(156,100,110); }
div.DivClassName
{
background-color: #9C646E;
}
.BgClassName
{
background-color: #9C646E;
}
</style>
border-color css
<style>
span { border-color: #9C646E; }
span { border-color: rgb(156,100,110); }
td.TdClassName
{
border-color: #9C646E;
}
.TagClassName
{
border-color: #9C646E;
}
</style>