Shades of Mauve Taupe #9C616B
Tints of Mauve Taupe #9C616B
RGB
CMYK
RGB Variations
Color information
#9C616B (or 0x9C616B) is known color: Mauve Taupe. HEX triplet: 9C, 61 and 6B. RGB value is (156,97,107). Sum of RGB (Red+Green+Blue) = 156+97+107=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C616B is #639E94. Grayscale: #737373. Windows color (decimal): -6528661 or 7037340. OLE color: 7037340.
HSL color Cylindrical-coordinate representation of color #9C616B: hue angle of 349.83º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C616B is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 107 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.39 |
| HSL | 349.83º | 0.23% | 0.5% | - |
| HSV(B) | 349.83º | 0.38% | 0.61% | - |
| XYZ | 20.64 | 16.68 | 16.04 | - |
| YUV | 115.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 107 | 0 | 0.38 | 0.31 | 0.39 | 349.83 | 0.23 | 0.5 |
| Hex | 9C | 61 | 6B | 0 | 26 | 1F | 27 | 15E | 17 | 32 |
| Octal | 234 | 141 | 153 | 0 | 46 | 37 | 47 | 536 | 27 | 62 |
| Binary | 10011100 | 1100001 | 1101011 | 0 | 100110 | 11111 | 100111 | 101011110 | 10111 | 110010 |
Color Harmonies of #9C616B
Complementary color
Monochromatic Colors of #9C616B
Black with #9C616B
Text Example
Text Example
White with #9C616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C616B; }
p { color: rgb(156,97,107); }
H1.HeaderClassName
{
color: #9C616B;
}
.AnyTagClassName
{
color: #9C616B;
}
</style>
background-color css
<style>
a { background-color: #9C616B; }
a { background-color: rgb(156,97,107); }
div.DivClassName
{
background-color: #9C616B;
}
.BgClassName
{
background-color: #9C616B;
}
</style>
border-color css
<style>
span { border-color: #9C616B; }
span { border-color: rgb(156,97,107); }
td.TdClassName
{
border-color: #9C616B;
}
.TagClassName
{
border-color: #9C616B;
}
</style>