Shades of Mauve Taupe #935B75
Tints of Mauve Taupe #935B75
RGB
CMYK
RGB Variations
Color information
#935B75 (or 0x935B75) is known color: Mauve Taupe. HEX triplet: 93, 5B and 75. RGB value is (147,91,117). Sum of RGB (Red+Green+Blue) = 147+91+117=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #935B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B75 is #6CA48A. Grayscale: #6E6E6E. Windows color (decimal): -7120011 or 7691155. OLE color: 7691155.
HSL color Cylindrical-coordinate representation of color #935B75: hue angle of 332.14º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #935B75 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 91 | 117 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.42 |
| HSL | 332.14º | 0.24% | 0.47% | - |
| HSV(B) | 332.14º | 0.38% | 0.58% | - |
| XYZ | 18.98 | 14.97 | 18.72 | - |
| YUV | 110.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 117 | 0 | 0.38 | 0.20 | 0.42 | 332.14 | 0.24 | 0.47 |
| Hex | 93 | 5B | 75 | 0 | 26 | 14 | 2A | 14C | 18 | 2F |
| Octal | 223 | 133 | 165 | 0 | 46 | 24 | 52 | 514 | 30 | 57 |
| Binary | 10010011 | 1011011 | 1110101 | 0 | 100110 | 10100 | 101010 | 101001100 | 11000 | 101111 |
Color Harmonies of #935B75
Complementary color
Monochromatic Colors of #935B75
Black with #935B75
Text Example
Text Example
White with #935B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935B75; }
p { color: rgb(147,91,117); }
H1.HeaderClassName
{
color: #935B75;
}
.AnyTagClassName
{
color: #935B75;
}
</style>
background-color css
<style>
a { background-color: #935B75; }
a { background-color: rgb(147,91,117); }
div.DivClassName
{
background-color: #935B75;
}
.BgClassName
{
background-color: #935B75;
}
</style>
border-color css
<style>
span { border-color: #935B75; }
span { border-color: rgb(147,91,117); }
td.TdClassName
{
border-color: #935B75;
}
.TagClassName
{
border-color: #935B75;
}
</style>