Shades of Mauve Taupe #996B7A
Tints of Mauve Taupe #996B7A
RGB
CMYK
RGB Variations
Color information
#996B7A (or 0x996B7A) is known color: Mauve Taupe. HEX triplet: 99, 6B and 7A. RGB value is (153,107,122). Sum of RGB (Red+Green+Blue) = 153+107+122=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #996B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B7A is #669485. Grayscale: #7A7A7A. Windows color (decimal): -6722694 or 8022937. OLE color: 8022937.
HSL color Cylindrical-coordinate representation of color #996B7A: hue angle of 340.43º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996B7A is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 122 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.4 |
| HSL | 340.43º | 0.18% | 0.51% | - |
| HSV(B) | 340.43º | 0.3% | 0.6% | - |
| XYZ | 21.91 | 18.69 | 20.87 | - |
| YUV | 122.46 | 127.74 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 122 | 0 | 0.30 | 0.20 | 0.4 | 340.43 | 0.18 | 0.51 |
| Hex | 99 | 6B | 7A | 0 | 1E | 14 | 28 | 154 | 12 | 33 |
| Octal | 231 | 153 | 172 | 0 | 36 | 24 | 50 | 524 | 22 | 63 |
| Binary | 10011001 | 1101011 | 1111010 | 0 | 11110 | 10100 | 101000 | 101010100 | 10010 | 110011 |
Color Harmonies of #996B7A
Complementary color
Monochromatic Colors of #996B7A
Black with #996B7A
Text Example
Text Example
White with #996B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B7A; }
p { color: rgb(153,107,122); }
H1.HeaderClassName
{
color: #996B7A;
}
.AnyTagClassName
{
color: #996B7A;
}
</style>
background-color css
<style>
a { background-color: #996B7A; }
a { background-color: rgb(153,107,122); }
div.DivClassName
{
background-color: #996B7A;
}
.BgClassName
{
background-color: #996B7A;
}
</style>
border-color css
<style>
span { border-color: #996B7A; }
span { border-color: rgb(153,107,122); }
td.TdClassName
{
border-color: #996B7A;
}
.TagClassName
{
border-color: #996B7A;
}
</style>