Shades of Mauve Taupe #936675
Tints of Mauve Taupe #936675
RGB
CMYK
RGB Variations
Color information
#936675 (or 0x936675) is known color: Mauve Taupe. HEX triplet: 93, 66 and 75. RGB value is (147,102,117). Sum of RGB (Red+Green+Blue) = 147+102+117=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #936675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936675 is #6C998A. Grayscale: #757575. Windows color (decimal): -7117195 or 7693971. OLE color: 7693971.
HSL color Cylindrical-coordinate representation of color #936675: hue angle of 340º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #936675 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 102 | 117 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.42 |
| HSL | 340º | 0.18% | 0.49% | - |
| HSV(B) | 340º | 0.31% | 0.58% | - |
| XYZ | 19.99 | 16.99 | 19.06 | - |
| YUV | 117.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 117 | 0 | 0.31 | 0.20 | 0.42 | 340 | 0.18 | 0.49 |
| Hex | 93 | 66 | 75 | 0 | 1F | 14 | 2A | 154 | 12 | 31 |
| Octal | 223 | 146 | 165 | 0 | 37 | 24 | 52 | 524 | 22 | 61 |
| Binary | 10010011 | 1100110 | 1110101 | 0 | 11111 | 10100 | 101010 | 101010100 | 10010 | 110001 |
Color Harmonies of #936675
Complementary color
Monochromatic Colors of #936675
Black with #936675
Text Example
Text Example
White with #936675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936675; }
p { color: rgb(147,102,117); }
H1.HeaderClassName
{
color: #936675;
}
.AnyTagClassName
{
color: #936675;
}
</style>
background-color css
<style>
a { background-color: #936675; }
a { background-color: rgb(147,102,117); }
div.DivClassName
{
background-color: #936675;
}
.BgClassName
{
background-color: #936675;
}
</style>
border-color css
<style>
span { border-color: #936675; }
span { border-color: rgb(147,102,117); }
td.TdClassName
{
border-color: #936675;
}
.TagClassName
{
border-color: #936675;
}
</style>