Shades of Mauve Taupe #916A74
Tints of Mauve Taupe #916A74
RGB
CMYK
RGB Variations
Color information
#916A74 (or 0x916A74) is known color: Mauve Taupe. HEX triplet: 91, 6A and 74. RGB value is (145,106,116). Sum of RGB (Red+Green+Blue) = 145+106+116=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 145 - color contains mainly: red. Hex color #916A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A74 is #6E958B. Grayscale: #767676. Windows color (decimal): -7247244 or 7629457. OLE color: 7629457.
HSL color Cylindrical-coordinate representation of color #916A74: hue angle of 344.62º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #916A74 is Cyan = 0, Magento = 0.27, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 106 | 116 | - |
| CMYK | 0 | 0.27 | 0.2 | 0.43 |
| HSL | 344.62º | 0.16% | 0.49% | - |
| HSV(B) | 344.62º | 0.27% | 0.57% | - |
| XYZ | 19.98 | 17.59 | 18.86 | - |
| YUV | 118.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 116 | 0 | 0.27 | 0.2 | 0.43 | 344.62 | 0.16 | 0.49 |
| Hex | 91 | 6A | 74 | 0 | 1B | 14 | 2B | 159 | 10 | 31 |
| Octal | 221 | 152 | 164 | 0 | 33 | 24 | 53 | 531 | 20 | 61 |
| Binary | 10010001 | 1101010 | 1110100 | 0 | 11011 | 10100 | 101011 | 101011001 | 10000 | 110001 |
Color Harmonies of #916A74
Complementary color
Monochromatic Colors of #916A74
Black with #916A74
Text Example
Text Example
White with #916A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916A74; }
p { color: rgb(145,106,116); }
H1.HeaderClassName
{
color: #916A74;
}
.AnyTagClassName
{
color: #916A74;
}
</style>
background-color css
<style>
a { background-color: #916A74; }
a { background-color: rgb(145,106,116); }
div.DivClassName
{
background-color: #916A74;
}
.BgClassName
{
background-color: #916A74;
}
</style>
border-color css
<style>
span { border-color: #916A74; }
span { border-color: rgb(145,106,116); }
td.TdClassName
{
border-color: #916A74;
}
.TagClassName
{
border-color: #916A74;
}
</style>