Shades of Mauve Taupe #916D74
Tints of Mauve Taupe #916D74
RGB
CMYK
RGB Variations
Color information
#916D74 (or 0x916D74) is known color: Mauve Taupe. HEX triplet: 91, 6D and 74. RGB value is (145,109,116). Sum of RGB (Red+Green+Blue) = 145+109+116=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #916D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D74 is #6E928B. Grayscale: #787878. Windows color (decimal): -7246476 or 7630225. OLE color: 7630225.
HSL color Cylindrical-coordinate representation of color #916D74: hue angle of 348.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #916D74 is Cyan = 0, Magento = 0.25, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 109 | 116 | - |
| CMYK | 0 | 0.25 | 0.2 | 0.43 |
| HSL | 348.33º | 0.14% | 0.5% | - |
| HSV(B) | 348.33º | 0.25% | 0.57% | - |
| XYZ | 20.3 | 18.22 | 18.97 | - |
| YUV | 120.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 116 | 0 | 0.25 | 0.2 | 0.43 | 348.33 | 0.14 | 0.5 |
| Hex | 91 | 6D | 74 | 0 | 19 | 14 | 2B | 15C | E | 32 |
| Octal | 221 | 155 | 164 | 0 | 31 | 24 | 53 | 534 | 16 | 62 |
| Binary | 10010001 | 1101101 | 1110100 | 0 | 11001 | 10100 | 101011 | 101011100 | 1110 | 110010 |
Color Harmonies of #916D74
Complementary color
Monochromatic Colors of #916D74
Black with #916D74
Text Example
Text Example
White with #916D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916D74; }
p { color: rgb(145,109,116); }
H1.HeaderClassName
{
color: #916D74;
}
.AnyTagClassName
{
color: #916D74;
}
</style>
background-color css
<style>
a { background-color: #916D74; }
a { background-color: rgb(145,109,116); }
div.DivClassName
{
background-color: #916D74;
}
.BgClassName
{
background-color: #916D74;
}
</style>
border-color css
<style>
span { border-color: #916D74; }
span { border-color: rgb(145,109,116); }
td.TdClassName
{
border-color: #916D74;
}
.TagClassName
{
border-color: #916D74;
}
</style>