Shades of Mauve Taupe #936D79
Tints of Mauve Taupe #936D79
RGB
CMYK
RGB Variations
Color information
#936D79 (or 0x936D79) is known color: Mauve Taupe. HEX triplet: 93, 6D and 79. RGB value is (147,109,121). Sum of RGB (Red+Green+Blue) = 147+109+121=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #936D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D79 is #6C9286. Grayscale: #797979. Windows color (decimal): -7115399 or 7957907. OLE color: 7957907.
HSL color Cylindrical-coordinate representation of color #936D79: hue angle of 341.05º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #936D79 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 109 | 121 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.42 |
| HSL | 341.05º | 0.15% | 0.5% | - |
| HSV(B) | 341.05º | 0.26% | 0.58% | - |
| XYZ | 20.95 | 18.52 | 20.56 | - |
| YUV | 121.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 121 | 0 | 0.26 | 0.18 | 0.42 | 341.05 | 0.15 | 0.5 |
| Hex | 93 | 6D | 79 | 0 | 1A | 12 | 2A | 155 | F | 32 |
| Octal | 223 | 155 | 171 | 0 | 32 | 22 | 52 | 525 | 17 | 62 |
| Binary | 10010011 | 1101101 | 1111001 | 0 | 11010 | 10010 | 101010 | 101010101 | 1111 | 110010 |
Color Harmonies of #936D79
Complementary color
Monochromatic Colors of #936D79
Black with #936D79
Text Example
Text Example
White with #936D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936D79; }
p { color: rgb(147,109,121); }
H1.HeaderClassName
{
color: #936D79;
}
.AnyTagClassName
{
color: #936D79;
}
</style>
background-color css
<style>
a { background-color: #936D79; }
a { background-color: rgb(147,109,121); }
div.DivClassName
{
background-color: #936D79;
}
.BgClassName
{
background-color: #936D79;
}
</style>
border-color css
<style>
span { border-color: #936D79; }
span { border-color: rgb(147,109,121); }
td.TdClassName
{
border-color: #936D79;
}
.TagClassName
{
border-color: #936D79;
}
</style>