Shades of Mauve Taupe #9C6073
Tints of Mauve Taupe #9C6073
RGB
CMYK
RGB Variations
Color information
#9C6073 (or 0x9C6073) is known color: Mauve Taupe. HEX triplet: 9C, 60 and 73. RGB value is (156,96,115). Sum of RGB (Red+Green+Blue) = 156+96+115=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6073 is #639F8C. Grayscale: #747474. Windows color (decimal): -6528909 or 7561372. OLE color: 7561372.
HSL color Cylindrical-coordinate representation of color #9C6073: hue angle of 341º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6073 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 115 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.39 |
| HSL | 341º | 0.24% | 0.49% | - |
| HSV(B) | 341º | 0.38% | 0.61% | - |
| XYZ | 20.99 | 16.67 | 18.33 | - |
| YUV | 116.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 115 | 0 | 0.38 | 0.26 | 0.39 | 341 | 0.24 | 0.49 |
| Hex | 9C | 60 | 73 | 0 | 26 | 1A | 27 | 155 | 18 | 31 |
| Octal | 234 | 140 | 163 | 0 | 46 | 32 | 47 | 525 | 30 | 61 |
| Binary | 10011100 | 1100000 | 1110011 | 0 | 100110 | 11010 | 100111 | 101010101 | 11000 | 110001 |
Color Harmonies of #9C6073
Complementary color
Monochromatic Colors of #9C6073
Black with #9C6073
Text Example
Text Example
White with #9C6073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6073; }
p { color: rgb(156,96,115); }
H1.HeaderClassName
{
color: #9C6073;
}
.AnyTagClassName
{
color: #9C6073;
}
</style>
background-color css
<style>
a { background-color: #9C6073; }
a { background-color: rgb(156,96,115); }
div.DivClassName
{
background-color: #9C6073;
}
.BgClassName
{
background-color: #9C6073;
}
</style>
border-color css
<style>
span { border-color: #9C6073; }
span { border-color: rgb(156,96,115); }
td.TdClassName
{
border-color: #9C6073;
}
.TagClassName
{
border-color: #9C6073;
}
</style>