Shades of Mauve Taupe #936375
Tints of Mauve Taupe #936375
RGB
CMYK
RGB Variations
Color information
#936375 (or 0x936375) is known color: Mauve Taupe. HEX triplet: 93, 63 and 75. RGB value is (147,99,117). Sum of RGB (Red+Green+Blue) = 147+99+117=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #936375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936375 is #6C9C8A. Grayscale: #737373. Windows color (decimal): -7117963 or 7693203. OLE color: 7693203.
HSL color Cylindrical-coordinate representation of color #936375: hue angle of 337.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #936375 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 99 | 117 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.42 |
| HSL | 337.5º | 0.2% | 0.48% | - |
| HSV(B) | 337.5º | 0.33% | 0.58% | - |
| XYZ | 19.71 | 16.41 | 18.96 | - |
| YUV | 115.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 117 | 0 | 0.33 | 0.20 | 0.42 | 337.5 | 0.2 | 0.48 |
| Hex | 93 | 63 | 75 | 0 | 21 | 14 | 2A | 152 | 14 | 30 |
| Octal | 223 | 143 | 165 | 0 | 41 | 24 | 52 | 522 | 24 | 60 |
| Binary | 10010011 | 1100011 | 1110101 | 0 | 100001 | 10100 | 101010 | 101010010 | 10100 | 110000 |
Color Harmonies of #936375
Complementary color
Monochromatic Colors of #936375
Black with #936375
Text Example
Text Example
White with #936375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936375; }
p { color: rgb(147,99,117); }
H1.HeaderClassName
{
color: #936375;
}
.AnyTagClassName
{
color: #936375;
}
</style>
background-color css
<style>
a { background-color: #936375; }
a { background-color: rgb(147,99,117); }
div.DivClassName
{
background-color: #936375;
}
.BgClassName
{
background-color: #936375;
}
</style>
border-color css
<style>
span { border-color: #936375; }
span { border-color: rgb(147,99,117); }
td.TdClassName
{
border-color: #936375;
}
.TagClassName
{
border-color: #936375;
}
</style>