Shades of Mauve Taupe #935970
Tints of Mauve Taupe #935970
RGB
CMYK
RGB Variations
Color information
#935970 (or 0x935970) is known color: Mauve Taupe. HEX triplet: 93, 59 and 70. RGB value is (147,89,112). Sum of RGB (Red+Green+Blue) = 147+89+112=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 147 - color contains mainly: red. Hex color #935970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935970 is #6CA68F. Grayscale: #6C6C6C. Windows color (decimal): -7120528 or 7362963. OLE color: 7362963.
HSL color Cylindrical-coordinate representation of color #935970: hue angle of 336.21º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935970 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 112 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.42 |
| HSL | 336.21º | 0.25% | 0.46% | - |
| HSV(B) | 336.21º | 0.39% | 0.58% | - |
| XYZ | 18.53 | 14.52 | 17.15 | - |
| YUV | 108.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 112 | 0 | 0.39 | 0.24 | 0.42 | 336.21 | 0.25 | 0.46 |
| Hex | 93 | 59 | 70 | 0 | 27 | 18 | 2A | 150 | 19 | 2E |
| Octal | 223 | 131 | 160 | 0 | 47 | 30 | 52 | 520 | 31 | 56 |
| Binary | 10010011 | 1011001 | 1110000 | 0 | 100111 | 11000 | 101010 | 101010000 | 11001 | 101110 |
Color Harmonies of #935970
Complementary color
Monochromatic Colors of #935970
Black with #935970
Text Example
Text Example
White with #935970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935970; }
p { color: rgb(147,89,112); }
H1.HeaderClassName
{
color: #935970;
}
.AnyTagClassName
{
color: #935970;
}
</style>
background-color css
<style>
a { background-color: #935970; }
a { background-color: rgb(147,89,112); }
div.DivClassName
{
background-color: #935970;
}
.BgClassName
{
background-color: #935970;
}
</style>
border-color css
<style>
span { border-color: #935970; }
span { border-color: rgb(147,89,112); }
td.TdClassName
{
border-color: #935970;
}
.TagClassName
{
border-color: #935970;
}
</style>