Shades of Mauve Taupe #995A6B
Tints of Mauve Taupe #995A6B
RGB
CMYK
RGB Variations
Color information
#995A6B (or 0x995A6B) is known color: Mauve Taupe. HEX triplet: 99, 5A and 6B. RGB value is (153,90,107). Sum of RGB (Red+Green+Blue) = 153+90+107=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #995A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995A6B is #66A594. Grayscale: #6E6E6E. Windows color (decimal): -6727061 or 7035545. OLE color: 7035545.
HSL color Cylindrical-coordinate representation of color #995A6B: hue angle of 343.81º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995A6B is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 107 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.4 |
| HSL | 343.81º | 0.26% | 0.48% | - |
| HSV(B) | 343.81º | 0.41% | 0.6% | - |
| XYZ | 19.45 | 15.15 | 15.81 | - |
| YUV | 110.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 107 | 0 | 0.41 | 0.30 | 0.4 | 343.81 | 0.26 | 0.48 |
| Hex | 99 | 5A | 6B | 0 | 29 | 1E | 28 | 158 | 1A | 30 |
| Octal | 231 | 132 | 153 | 0 | 51 | 36 | 50 | 530 | 32 | 60 |
| Binary | 10011001 | 1011010 | 1101011 | 0 | 101001 | 11110 | 101000 | 101011000 | 11010 | 110000 |
Color Harmonies of #995A6B
Complementary color
Monochromatic Colors of #995A6B
Black with #995A6B
Text Example
Text Example
White with #995A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A6B; }
p { color: rgb(153,90,107); }
H1.HeaderClassName
{
color: #995A6B;
}
.AnyTagClassName
{
color: #995A6B;
}
</style>
background-color css
<style>
a { background-color: #995A6B; }
a { background-color: rgb(153,90,107); }
div.DivClassName
{
background-color: #995A6B;
}
.BgClassName
{
background-color: #995A6B;
}
</style>
border-color css
<style>
span { border-color: #995A6B; }
span { border-color: rgb(153,90,107); }
td.TdClassName
{
border-color: #995A6B;
}
.TagClassName
{
border-color: #995A6B;
}
</style>