Shades of Mauve Taupe #936A71
Tints of Mauve Taupe #936A71
RGB
CMYK
RGB Variations
Color information
#936A71 (or 0x936A71) is known color: Mauve Taupe. HEX triplet: 93, 6A and 71. RGB value is (147,106,113). Sum of RGB (Red+Green+Blue) = 147+106+113=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #936A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936A71 is #6C958E. Grayscale: #777777. Windows color (decimal): -7116175 or 7432851. OLE color: 7432851.
HSL color Cylindrical-coordinate representation of color #936A71: hue angle of 349.76º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #936A71 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 106 | 113 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.42 |
| HSL | 349.76º | 0.16% | 0.5% | - |
| HSV(B) | 349.76º | 0.28% | 0.58% | - |
| XYZ | 20.17 | 17.7 | 17.98 | - |
| YUV | 119.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 113 | 0 | 0.28 | 0.23 | 0.42 | 349.76 | 0.16 | 0.5 |
| Hex | 93 | 6A | 71 | 0 | 1C | 17 | 2A | 15E | 10 | 32 |
| Octal | 223 | 152 | 161 | 0 | 34 | 27 | 52 | 536 | 20 | 62 |
| Binary | 10010011 | 1101010 | 1110001 | 0 | 11100 | 10111 | 101010 | 101011110 | 10000 | 110010 |
Color Harmonies of #936A71
Complementary color
Monochromatic Colors of #936A71
Black with #936A71
Text Example
Text Example
White with #936A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936A71; }
p { color: rgb(147,106,113); }
H1.HeaderClassName
{
color: #936A71;
}
.AnyTagClassName
{
color: #936A71;
}
</style>
background-color css
<style>
a { background-color: #936A71; }
a { background-color: rgb(147,106,113); }
div.DivClassName
{
background-color: #936A71;
}
.BgClassName
{
background-color: #936A71;
}
</style>
border-color css
<style>
span { border-color: #936A71; }
span { border-color: rgb(147,106,113); }
td.TdClassName
{
border-color: #936A71;
}
.TagClassName
{
border-color: #936A71;
}
</style>