Shades of Mauve Taupe #916372
Tints of Mauve Taupe #916372
RGB
CMYK
RGB Variations
Color information
#916372 (or 0x916372) is known color: Mauve Taupe. HEX triplet: 91, 63 and 72. RGB value is (145,99,114). Sum of RGB (Red+Green+Blue) = 145+99+114=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #916372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916372 is #6E9C8D. Grayscale: #727272. Windows color (decimal): -7249038 or 7496593. OLE color: 7496593.
HSL color Cylindrical-coordinate representation of color #916372: hue angle of 340.43º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #916372 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 99 | 114 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.43 |
| HSL | 340.43º | 0.19% | 0.48% | - |
| HSV(B) | 340.43º | 0.32% | 0.57% | - |
| XYZ | 19.18 | 16.16 | 18.03 | - |
| YUV | 114.46 | 127.74 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 114 | 0 | 0.32 | 0.21 | 0.43 | 340.43 | 0.19 | 0.48 |
| Hex | 91 | 63 | 72 | 0 | 20 | 15 | 2B | 154 | 13 | 30 |
| Octal | 221 | 143 | 162 | 0 | 40 | 25 | 53 | 524 | 23 | 60 |
| Binary | 10010001 | 1100011 | 1110010 | 0 | 100000 | 10101 | 101011 | 101010100 | 10011 | 110000 |
Color Harmonies of #916372
Complementary color
Monochromatic Colors of #916372
Black with #916372
Text Example
Text Example
White with #916372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916372; }
p { color: rgb(145,99,114); }
H1.HeaderClassName
{
color: #916372;
}
.AnyTagClassName
{
color: #916372;
}
</style>
background-color css
<style>
a { background-color: #916372; }
a { background-color: rgb(145,99,114); }
div.DivClassName
{
background-color: #916372;
}
.BgClassName
{
background-color: #916372;
}
</style>
border-color css
<style>
span { border-color: #916372; }
span { border-color: rgb(145,99,114); }
td.TdClassName
{
border-color: #916372;
}
.TagClassName
{
border-color: #916372;
}
</style>