Shades of Mauve Taupe #98656C
Tints of Mauve Taupe #98656C
RGB
CMYK
RGB Variations
Color information
#98656C (or 0x98656C) is known color: Mauve Taupe. HEX triplet: 98, 65 and 6C. RGB value is (152,101,108). Sum of RGB (Red+Green+Blue) = 152+101+108=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98656C is #679A93. Grayscale: #757575. Windows color (decimal): -6789780 or 7103896. OLE color: 7103896.
HSL color Cylindrical-coordinate representation of color #98656C: hue angle of 351.76º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98656C is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 108 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.40 |
| HSL | 351.76º | 0.2% | 0.5% | - |
| HSV(B) | 351.76º | 0.34% | 0.6% | - |
| XYZ | 20.31 | 17.07 | 16.41 | - |
| YUV | 117.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 108 | 0 | 0.34 | 0.29 | 0.40 | 351.76 | 0.2 | 0.5 |
| Hex | 98 | 65 | 6C | 0 | 22 | 1D | 28 | 160 | 14 | 32 |
| Octal | 230 | 145 | 154 | 0 | 42 | 35 | 50 | 540 | 24 | 62 |
| Binary | 10011000 | 1100101 | 1101100 | 0 | 100010 | 11101 | 101000 | 101100000 | 10100 | 110010 |
Color Harmonies of #98656C
Complementary color
Monochromatic Colors of #98656C
Black with #98656C
Text Example
Text Example
White with #98656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98656C; }
p { color: rgb(152,101,108); }
H1.HeaderClassName
{
color: #98656C;
}
.AnyTagClassName
{
color: #98656C;
}
</style>
background-color css
<style>
a { background-color: #98656C; }
a { background-color: rgb(152,101,108); }
div.DivClassName
{
background-color: #98656C;
}
.BgClassName
{
background-color: #98656C;
}
</style>
border-color css
<style>
span { border-color: #98656C; }
span { border-color: rgb(152,101,108); }
td.TdClassName
{
border-color: #98656C;
}
.TagClassName
{
border-color: #98656C;
}
</style>