Shades of Mauve Taupe #9C6165
Tints of Mauve Taupe #9C6165
RGB
CMYK
RGB Variations
Color information
#9C6165 (or 0x9C6165) is known color: Mauve Taupe. HEX triplet: 9C, 61 and 65. RGB value is (156,97,101). Sum of RGB (Red+Green+Blue) = 156+97+101=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6165 is #639E9A. Grayscale: #737373. Windows color (decimal): -6528667 or 6644124. OLE color: 6644124.
HSL color Cylindrical-coordinate representation of color #9C6165: hue angle of 355.93º 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 #9C6165 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 101 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.39 |
| HSL | 355.93º | 0.23% | 0.5% | - |
| HSV(B) | 355.93º | 0.38% | 0.61% | - |
| XYZ | 20.33 | 16.56 | 14.44 | - |
| YUV | 115.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 101 | 0 | 0.38 | 0.35 | 0.39 | 355.93 | 0.23 | 0.5 |
| Hex | 9C | 61 | 65 | 0 | 26 | 23 | 27 | 164 | 17 | 32 |
| Octal | 234 | 141 | 145 | 0 | 46 | 43 | 47 | 544 | 27 | 62 |
| Binary | 10011100 | 1100001 | 1100101 | 0 | 100110 | 100011 | 100111 | 101100100 | 10111 | 110010 |
Color Harmonies of #9C6165
Complementary color
Monochromatic Colors of #9C6165
Black with #9C6165
Text Example
Text Example
White with #9C6165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6165; }
p { color: rgb(156,97,101); }
H1.HeaderClassName
{
color: #9C6165;
}
.AnyTagClassName
{
color: #9C6165;
}
</style>
background-color css
<style>
a { background-color: #9C6165; }
a { background-color: rgb(156,97,101); }
div.DivClassName
{
background-color: #9C6165;
}
.BgClassName
{
background-color: #9C6165;
}
</style>
border-color css
<style>
span { border-color: #9C6165; }
span { border-color: rgb(156,97,101); }
td.TdClassName
{
border-color: #9C6165;
}
.TagClassName
{
border-color: #9C6165;
}
</style>