Shades of Mauve Taupe #936975
Tints of Mauve Taupe #936975
RGB
CMYK
RGB Variations
Color information
#936975 (or 0x936975) is known color: Mauve Taupe. HEX triplet: 93, 69 and 75. RGB value is (147,105,117). Sum of RGB (Red+Green+Blue) = 147+105+117=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #936975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936975 is #6C968A. Grayscale: #767676. Windows color (decimal): -7116427 or 7694739. OLE color: 7694739.
HSL color Cylindrical-coordinate representation of color #936975: hue angle of 342.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #936975 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 105 | 117 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.42 |
| HSL | 342.86º | 0.17% | 0.49% | - |
| HSV(B) | 342.86º | 0.29% | 0.58% | - |
| XYZ | 20.3 | 17.59 | 19.16 | - |
| YUV | 118.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 117 | 0 | 0.29 | 0.20 | 0.42 | 342.86 | 0.17 | 0.49 |
| Hex | 93 | 69 | 75 | 0 | 1D | 14 | 2A | 157 | 11 | 31 |
| Octal | 223 | 151 | 165 | 0 | 35 | 24 | 52 | 527 | 21 | 61 |
| Binary | 10010011 | 1101001 | 1110101 | 0 | 11101 | 10100 | 101010 | 101010111 | 10001 | 110001 |
Color Harmonies of #936975
Complementary color
Monochromatic Colors of #936975
Black with #936975
Text Example
Text Example
White with #936975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936975; }
p { color: rgb(147,105,117); }
H1.HeaderClassName
{
color: #936975;
}
.AnyTagClassName
{
color: #936975;
}
</style>
background-color css
<style>
a { background-color: #936975; }
a { background-color: rgb(147,105,117); }
div.DivClassName
{
background-color: #936975;
}
.BgClassName
{
background-color: #936975;
}
</style>
border-color css
<style>
span { border-color: #936975; }
span { border-color: rgb(147,105,117); }
td.TdClassName
{
border-color: #936975;
}
.TagClassName
{
border-color: #936975;
}
</style>