Shades of Mauve Taupe #916474
Tints of Mauve Taupe #916474
RGB
CMYK
RGB Variations
Color information
#916474 (or 0x916474) is known color: Mauve Taupe. HEX triplet: 91, 64 and 74. RGB value is (145,100,116). Sum of RGB (Red+Green+Blue) = 145+100+116=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #916474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916474 is #6E9B8B. Grayscale: #737373. Windows color (decimal): -7248780 or 7627921. OLE color: 7627921.
HSL color Cylindrical-coordinate representation of color #916474: hue angle of 338.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #916474 is Cyan = 0, Magento = 0.31, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 100 | 116 | - |
| CMYK | 0 | 0.31 | 0.2 | 0.43 |
| HSL | 338.67º | 0.18% | 0.48% | - |
| HSV(B) | 338.67º | 0.31% | 0.57% | - |
| XYZ | 19.39 | 16.4 | 18.67 | - |
| YUV | 115.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 100 | 116 | 0 | 0.31 | 0.2 | 0.43 | 338.67 | 0.18 | 0.48 |
| Hex | 91 | 64 | 74 | 0 | 1F | 14 | 2B | 153 | 12 | 30 |
| Octal | 221 | 144 | 164 | 0 | 37 | 24 | 53 | 523 | 22 | 60 |
| Binary | 10010001 | 1100100 | 1110100 | 0 | 11111 | 10100 | 101011 | 101010011 | 10010 | 110000 |
Color Harmonies of #916474
Complementary color
Monochromatic Colors of #916474
Black with #916474
Text Example
Text Example
White with #916474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916474; }
p { color: rgb(145,100,116); }
H1.HeaderClassName
{
color: #916474;
}
.AnyTagClassName
{
color: #916474;
}
</style>
background-color css
<style>
a { background-color: #916474; }
a { background-color: rgb(145,100,116); }
div.DivClassName
{
background-color: #916474;
}
.BgClassName
{
background-color: #916474;
}
</style>
border-color css
<style>
span { border-color: #916474; }
span { border-color: rgb(145,100,116); }
td.TdClassName
{
border-color: #916474;
}
.TagClassName
{
border-color: #916474;
}
</style>