Shades of Mauve Taupe #936A70
Tints of Mauve Taupe #936A70
RGB
CMYK
RGB Variations
Color information
#936A70 (or 0x936A70) is known color: Mauve Taupe. HEX triplet: 93, 6A and 70. RGB value is (147,106,112). Sum of RGB (Red+Green+Blue) = 147+106+112=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #936A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936A70 is #6C958F. Grayscale: #767676. Windows color (decimal): -7116176 or 7367315. OLE color: 7367315.
HSL color Cylindrical-coordinate representation of color #936A70: hue angle of 351.22º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #936A70 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 106 | 112 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.42 |
| HSL | 351.22º | 0.16% | 0.5% | - |
| HSV(B) | 351.22º | 0.28% | 0.58% | - |
| XYZ | 20.11 | 17.68 | 17.68 | - |
| YUV | 118.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 112 | 0 | 0.28 | 0.24 | 0.42 | 351.22 | 0.16 | 0.5 |
| Hex | 93 | 6A | 70 | 0 | 1C | 18 | 2A | 15F | 10 | 32 |
| Octal | 223 | 152 | 160 | 0 | 34 | 30 | 52 | 537 | 20 | 62 |
| Binary | 10010011 | 1101010 | 1110000 | 0 | 11100 | 11000 | 101010 | 101011111 | 10000 | 110010 |
Color Harmonies of #936A70
Complementary color
Monochromatic Colors of #936A70
Black with #936A70
Text Example
Text Example
White with #936A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936A70; }
p { color: rgb(147,106,112); }
H1.HeaderClassName
{
color: #936A70;
}
.AnyTagClassName
{
color: #936A70;
}
</style>
background-color css
<style>
a { background-color: #936A70; }
a { background-color: rgb(147,106,112); }
div.DivClassName
{
background-color: #936A70;
}
.BgClassName
{
background-color: #936A70;
}
</style>
border-color css
<style>
span { border-color: #936A70; }
span { border-color: rgb(147,106,112); }
td.TdClassName
{
border-color: #936A70;
}
.TagClassName
{
border-color: #936A70;
}
</style>