Shades of Mauve Taupe #98636B
Tints of Mauve Taupe #98636B
RGB
CMYK
RGB Variations
Color information
#98636B (or 0x98636B) is known color: Mauve Taupe. HEX triplet: 98, 63 and 6B. RGB value is (152,99,107). Sum of RGB (Red+Green+Blue) = 152+99+107=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #98636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98636B is #679C94. Grayscale: #737373. Windows color (decimal): -6790293 or 7037848. OLE color: 7037848.
HSL color Cylindrical-coordinate representation of color #98636B: hue angle of 350.94º 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 #98636B is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 107 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.40 |
| HSL | 350.94º | 0.21% | 0.49% | - |
| HSV(B) | 350.94º | 0.35% | 0.6% | - |
| XYZ | 20.06 | 16.66 | 16.07 | - |
| YUV | 115.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 107 | 0 | 0.35 | 0.30 | 0.40 | 350.94 | 0.21 | 0.49 |
| Hex | 98 | 63 | 6B | 0 | 23 | 1E | 28 | 15F | 15 | 31 |
| Octal | 230 | 143 | 153 | 0 | 43 | 36 | 50 | 537 | 25 | 61 |
| Binary | 10011000 | 1100011 | 1101011 | 0 | 100011 | 11110 | 101000 | 101011111 | 10101 | 110001 |
Color Harmonies of #98636B
Complementary color
Monochromatic Colors of #98636B
Black with #98636B
Text Example
Text Example
White with #98636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98636B; }
p { color: rgb(152,99,107); }
H1.HeaderClassName
{
color: #98636B;
}
.AnyTagClassName
{
color: #98636B;
}
</style>
background-color css
<style>
a { background-color: #98636B; }
a { background-color: rgb(152,99,107); }
div.DivClassName
{
background-color: #98636B;
}
.BgClassName
{
background-color: #98636B;
}
</style>
border-color css
<style>
span { border-color: #98636B; }
span { border-color: rgb(152,99,107); }
td.TdClassName
{
border-color: #98636B;
}
.TagClassName
{
border-color: #98636B;
}
</style>