Shades of Mauve Taupe #996374
Tints of Mauve Taupe #996374
RGB
CMYK
RGB Variations
Color information
#996374 (or 0x996374) is known color: Mauve Taupe. HEX triplet: 99, 63 and 74. RGB value is (153,99,116). Sum of RGB (Red+Green+Blue) = 153+99+116=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #996374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996374 is #669C8B. Grayscale: #757575. Windows color (decimal): -6724748 or 7627673. OLE color: 7627673.
HSL color Cylindrical-coordinate representation of color #996374: hue angle of 341.11º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996374 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 116 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.4 |
| HSL | 341.11º | 0.21% | 0.49% | - |
| HSV(B) | 341.11º | 0.35% | 0.6% | - |
| XYZ | 20.75 | 16.96 | 18.7 | - |
| YUV | 117.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 116 | 0 | 0.35 | 0.24 | 0.4 | 341.11 | 0.21 | 0.49 |
| Hex | 99 | 63 | 74 | 0 | 23 | 18 | 28 | 155 | 15 | 31 |
| Octal | 231 | 143 | 164 | 0 | 43 | 30 | 50 | 525 | 25 | 61 |
| Binary | 10011001 | 1100011 | 1110100 | 0 | 100011 | 11000 | 101000 | 101010101 | 10101 | 110001 |
Color Harmonies of #996374
Complementary color
Monochromatic Colors of #996374
Black with #996374
Text Example
Text Example
White with #996374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996374; }
p { color: rgb(153,99,116); }
H1.HeaderClassName
{
color: #996374;
}
.AnyTagClassName
{
color: #996374;
}
</style>
background-color css
<style>
a { background-color: #996374; }
a { background-color: rgb(153,99,116); }
div.DivClassName
{
background-color: #996374;
}
.BgClassName
{
background-color: #996374;
}
</style>
border-color css
<style>
span { border-color: #996374; }
span { border-color: rgb(153,99,116); }
td.TdClassName
{
border-color: #996374;
}
.TagClassName
{
border-color: #996374;
}
</style>