Shades of Mauve Taupe #9C6678
Tints of Mauve Taupe #9C6678
RGB
CMYK
RGB Variations
Color information
#9C6678 (or 0x9C6678) is known color: Mauve Taupe. HEX triplet: 9C, 66 and 78. RGB value is (156,102,120). Sum of RGB (Red+Green+Blue) = 156+102+120=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6678 is #639987. Grayscale: #787878. Windows color (decimal): -6527368 or 7890588. OLE color: 7890588.
HSL color Cylindrical-coordinate representation of color #9C6678: hue angle of 340º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6678 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 120 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.39 |
| HSL | 340º | 0.21% | 0.51% | - |
| HSV(B) | 340º | 0.35% | 0.61% | - |
| XYZ | 21.85 | 17.93 | 20.08 | - |
| YUV | 120.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 120 | 0 | 0.35 | 0.23 | 0.39 | 340 | 0.21 | 0.51 |
| Hex | 9C | 66 | 78 | 0 | 23 | 17 | 27 | 154 | 15 | 33 |
| Octal | 234 | 146 | 170 | 0 | 43 | 27 | 47 | 524 | 25 | 63 |
| Binary | 10011100 | 1100110 | 1111000 | 0 | 100011 | 10111 | 100111 | 101010100 | 10101 | 110011 |
Color Harmonies of #9C6678
Complementary color
Monochromatic Colors of #9C6678
Black with #9C6678
Text Example
Text Example
White with #9C6678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6678; }
p { color: rgb(156,102,120); }
H1.HeaderClassName
{
color: #9C6678;
}
.AnyTagClassName
{
color: #9C6678;
}
</style>
background-color css
<style>
a { background-color: #9C6678; }
a { background-color: rgb(156,102,120); }
div.DivClassName
{
background-color: #9C6678;
}
.BgClassName
{
background-color: #9C6678;
}
</style>
border-color css
<style>
span { border-color: #9C6678; }
span { border-color: rgb(156,102,120); }
td.TdClassName
{
border-color: #9C6678;
}
.TagClassName
{
border-color: #9C6678;
}
</style>