Shades of Mauve Taupe #996974
Tints of Mauve Taupe #996974
RGB
CMYK
RGB Variations
Color information
#996974 (or 0x996974) is known color: Mauve Taupe. HEX triplet: 99, 69 and 74. RGB value is (153,105,116). Sum of RGB (Red+Green+Blue) = 153+105+116=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #996974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996974 is #66968B. Grayscale: #787878. Windows color (decimal): -6723212 or 7629209. OLE color: 7629209.
HSL color Cylindrical-coordinate representation of color #996974: hue angle of 346.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996974 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 116 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.4 |
| HSL | 346.25º | 0.19% | 0.51% | - |
| HSV(B) | 346.25º | 0.31% | 0.6% | - |
| XYZ | 21.34 | 18.14 | 18.9 | - |
| YUV | 120.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 116 | 0 | 0.31 | 0.24 | 0.4 | 346.25 | 0.19 | 0.51 |
| Hex | 99 | 69 | 74 | 0 | 1F | 18 | 28 | 15A | 13 | 33 |
| Octal | 231 | 151 | 164 | 0 | 37 | 30 | 50 | 532 | 23 | 63 |
| Binary | 10011001 | 1101001 | 1110100 | 0 | 11111 | 11000 | 101000 | 101011010 | 10011 | 110011 |
Color Harmonies of #996974
Complementary color
Monochromatic Colors of #996974
Black with #996974
Text Example
Text Example
White with #996974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996974; }
p { color: rgb(153,105,116); }
H1.HeaderClassName
{
color: #996974;
}
.AnyTagClassName
{
color: #996974;
}
</style>
background-color css
<style>
a { background-color: #996974; }
a { background-color: rgb(153,105,116); }
div.DivClassName
{
background-color: #996974;
}
.BgClassName
{
background-color: #996974;
}
</style>
border-color css
<style>
span { border-color: #996974; }
span { border-color: rgb(153,105,116); }
td.TdClassName
{
border-color: #996974;
}
.TagClassName
{
border-color: #996974;
}
</style>