Shades of Mauve Taupe #9C6677
Tints of Mauve Taupe #9C6677
RGB
CMYK
RGB Variations
Color information
#9C6677 (or 0x9C6677) is known color: Mauve Taupe. HEX triplet: 9C, 66 and 77. RGB value is (156,102,119). Sum of RGB (Red+Green+Blue) = 156+102+119=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6677 is #639988. Grayscale: #787878. Windows color (decimal): -6527369 or 7825052. OLE color: 7825052.
HSL color Cylindrical-coordinate representation of color #9C6677: hue angle of 341.11º 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 #9C6677 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 119 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.39 |
| HSL | 341.11º | 0.21% | 0.51% | - |
| HSV(B) | 341.11º | 0.35% | 0.61% | - |
| XYZ | 21.79 | 17.9 | 19.76 | - |
| YUV | 120.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 119 | 0 | 0.35 | 0.24 | 0.39 | 341.11 | 0.21 | 0.51 |
| Hex | 9C | 66 | 77 | 0 | 23 | 18 | 27 | 155 | 15 | 33 |
| Octal | 234 | 146 | 167 | 0 | 43 | 30 | 47 | 525 | 25 | 63 |
| Binary | 10011100 | 1100110 | 1110111 | 0 | 100011 | 11000 | 100111 | 101010101 | 10101 | 110011 |
Color Harmonies of #9C6677
Complementary color
Monochromatic Colors of #9C6677
Black with #9C6677
Text Example
Text Example
White with #9C6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6677; }
p { color: rgb(156,102,119); }
H1.HeaderClassName
{
color: #9C6677;
}
.AnyTagClassName
{
color: #9C6677;
}
</style>
background-color css
<style>
a { background-color: #9C6677; }
a { background-color: rgb(156,102,119); }
div.DivClassName
{
background-color: #9C6677;
}
.BgClassName
{
background-color: #9C6677;
}
</style>
border-color css
<style>
span { border-color: #9C6677; }
span { border-color: rgb(156,102,119); }
td.TdClassName
{
border-color: #9C6677;
}
.TagClassName
{
border-color: #9C6677;
}
</style>