Shades of Mauve Taupe #916574
Tints of Mauve Taupe #916574
RGB
CMYK
RGB Variations
Color information
#916574 (or 0x916574) is known color: Mauve Taupe. HEX triplet: 91, 65 and 74. RGB value is (145,101,116). Sum of RGB (Red+Green+Blue) = 145+101+116=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #916574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916574 is #6E9A8B. Grayscale: #737373. Windows color (decimal): -7248524 or 7628177. OLE color: 7628177.
HSL color Cylindrical-coordinate representation of color #916574: hue angle of 339.55º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916574 is Cyan = 0, Magento = 0.30, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 101 | 116 | - |
| CMYK | 0 | 0.30 | 0.2 | 0.43 |
| HSL | 339.55º | 0.18% | 0.48% | - |
| HSV(B) | 339.55º | 0.3% | 0.57% | - |
| XYZ | 19.48 | 16.59 | 18.7 | - |
| YUV | 115.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 116 | 0 | 0.30 | 0.2 | 0.43 | 339.55 | 0.18 | 0.48 |
| Hex | 91 | 65 | 74 | 0 | 1E | 14 | 2B | 154 | 12 | 30 |
| Octal | 221 | 145 | 164 | 0 | 36 | 24 | 53 | 524 | 22 | 60 |
| Binary | 10010001 | 1100101 | 1110100 | 0 | 11110 | 10100 | 101011 | 101010100 | 10010 | 110000 |
Color Harmonies of #916574
Complementary color
Monochromatic Colors of #916574
Black with #916574
Text Example
Text Example
White with #916574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916574; }
p { color: rgb(145,101,116); }
H1.HeaderClassName
{
color: #916574;
}
.AnyTagClassName
{
color: #916574;
}
</style>
background-color css
<style>
a { background-color: #916574; }
a { background-color: rgb(145,101,116); }
div.DivClassName
{
background-color: #916574;
}
.BgClassName
{
background-color: #916574;
}
</style>
border-color css
<style>
span { border-color: #916574; }
span { border-color: rgb(145,101,116); }
td.TdClassName
{
border-color: #916574;
}
.TagClassName
{
border-color: #916574;
}
</style>