Shades of Mauve Taupe #936973
Tints of Mauve Taupe #936973
RGB
CMYK
RGB Variations
Color information
#936973 (or 0x936973) is known color: Mauve Taupe. HEX triplet: 93, 69 and 73. RGB value is (147,105,115). Sum of RGB (Red+Green+Blue) = 147+105+115=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #936973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936973 is #6C968C. Grayscale: #767676. Windows color (decimal): -7116429 or 7563667. OLE color: 7563667.
HSL color Cylindrical-coordinate representation of color #936973: hue angle of 345.71º 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 #936973 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 105 | 115 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.42 |
| HSL | 345.71º | 0.17% | 0.49% | - |
| HSV(B) | 345.71º | 0.29% | 0.58% | - |
| XYZ | 20.18 | 17.54 | 18.54 | - |
| YUV | 118.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 115 | 0 | 0.29 | 0.22 | 0.42 | 345.71 | 0.17 | 0.49 |
| Hex | 93 | 69 | 73 | 0 | 1D | 16 | 2A | 15A | 11 | 31 |
| Octal | 223 | 151 | 163 | 0 | 35 | 26 | 52 | 532 | 21 | 61 |
| Binary | 10010011 | 1101001 | 1110011 | 0 | 11101 | 10110 | 101010 | 101011010 | 10001 | 110001 |
Color Harmonies of #936973
Complementary color
Monochromatic Colors of #936973
Black with #936973
Text Example
Text Example
White with #936973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936973; }
p { color: rgb(147,105,115); }
H1.HeaderClassName
{
color: #936973;
}
.AnyTagClassName
{
color: #936973;
}
</style>
background-color css
<style>
a { background-color: #936973; }
a { background-color: rgb(147,105,115); }
div.DivClassName
{
background-color: #936973;
}
.BgClassName
{
background-color: #936973;
}
</style>
border-color css
<style>
span { border-color: #936973; }
span { border-color: rgb(147,105,115); }
td.TdClassName
{
border-color: #936973;
}
.TagClassName
{
border-color: #936973;
}
</style>