Shades of Mauve Taupe #99626B
Tints of Mauve Taupe #99626B
RGB
CMYK
RGB Variations
Color information
#99626B (or 0x99626B) is known color: Mauve Taupe. HEX triplet: 99, 62 and 6B. RGB value is (153,98,107). Sum of RGB (Red+Green+Blue) = 153+98+107=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #99626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99626B is #669D94. Grayscale: #737373. Windows color (decimal): -6725013 or 7037593. OLE color: 7037593.
HSL color Cylindrical-coordinate representation of color #99626B: hue angle of 350.18º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99626B is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 107 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.4 |
| HSL | 350.18º | 0.22% | 0.49% | - |
| HSV(B) | 350.18º | 0.36% | 0.6% | - |
| XYZ | 20.16 | 16.57 | 16.05 | - |
| YUV | 115.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 107 | 0 | 0.36 | 0.30 | 0.4 | 350.18 | 0.22 | 0.49 |
| Hex | 99 | 62 | 6B | 0 | 24 | 1E | 28 | 15E | 16 | 31 |
| Octal | 231 | 142 | 153 | 0 | 44 | 36 | 50 | 536 | 26 | 61 |
| Binary | 10011001 | 1100010 | 1101011 | 0 | 100100 | 11110 | 101000 | 101011110 | 10110 | 110001 |
Color Harmonies of #99626B
Complementary color
Monochromatic Colors of #99626B
Black with #99626B
Text Example
Text Example
White with #99626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99626B; }
p { color: rgb(153,98,107); }
H1.HeaderClassName
{
color: #99626B;
}
.AnyTagClassName
{
color: #99626B;
}
</style>
background-color css
<style>
a { background-color: #99626B; }
a { background-color: rgb(153,98,107); }
div.DivClassName
{
background-color: #99626B;
}
.BgClassName
{
background-color: #99626B;
}
</style>
border-color css
<style>
span { border-color: #99626B; }
span { border-color: rgb(153,98,107); }
td.TdClassName
{
border-color: #99626B;
}
.TagClassName
{
border-color: #99626B;
}
</style>