Shades of Mauve Taupe #99606B
Tints of Mauve Taupe #99606B
RGB
CMYK
RGB Variations
Color information
#99606B (or 0x99606B) is known color: Mauve Taupe. HEX triplet: 99, 60 and 6B. RGB value is (153,96,107). Sum of RGB (Red+Green+Blue) = 153+96+107=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #99606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99606B is #669F94. Grayscale: #727272. Windows color (decimal): -6725525 or 7037081. OLE color: 7037081.
HSL color Cylindrical-coordinate representation of color #99606B: hue angle of 348.42º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99606B is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 107 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.4 |
| HSL | 348.42º | 0.23% | 0.49% | - |
| HSV(B) | 348.42º | 0.37% | 0.6% | - |
| XYZ | 19.97 | 16.2 | 15.98 | - |
| YUV | 114.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 107 | 0 | 0.37 | 0.30 | 0.4 | 348.42 | 0.23 | 0.49 |
| Hex | 99 | 60 | 6B | 0 | 25 | 1E | 28 | 15C | 17 | 31 |
| Octal | 231 | 140 | 153 | 0 | 45 | 36 | 50 | 534 | 27 | 61 |
| Binary | 10011001 | 1100000 | 1101011 | 0 | 100101 | 11110 | 101000 | 101011100 | 10111 | 110001 |
Color Harmonies of #99606B
Complementary color
Monochromatic Colors of #99606B
Black with #99606B
Text Example
Text Example
White with #99606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99606B; }
p { color: rgb(153,96,107); }
H1.HeaderClassName
{
color: #99606B;
}
.AnyTagClassName
{
color: #99606B;
}
</style>
background-color css
<style>
a { background-color: #99606B; }
a { background-color: rgb(153,96,107); }
div.DivClassName
{
background-color: #99606B;
}
.BgClassName
{
background-color: #99606B;
}
</style>
border-color css
<style>
span { border-color: #99606B; }
span { border-color: rgb(153,96,107); }
td.TdClassName
{
border-color: #99606B;
}
.TagClassName
{
border-color: #99606B;
}
</style>