Shades of Mauve Taupe #98656B
Tints of Mauve Taupe #98656B
RGB
CMYK
RGB Variations
Color information
#98656B (or 0x98656B) is known color: Mauve Taupe. HEX triplet: 98, 65 and 6B. RGB value is (152,101,107). Sum of RGB (Red+Green+Blue) = 152+101+107=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98656B is #679A94. Grayscale: #747474. Windows color (decimal): -6789781 or 7038360. OLE color: 7038360.
HSL color Cylindrical-coordinate representation of color #98656B: hue angle of 352.94º 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 #98656B is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 107 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.40 |
| HSL | 352.94º | 0.2% | 0.5% | - |
| HSV(B) | 352.94º | 0.34% | 0.6% | - |
| XYZ | 20.26 | 17.04 | 16.13 | - |
| YUV | 116.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 107 | 0 | 0.34 | 0.30 | 0.40 | 352.94 | 0.2 | 0.5 |
| Hex | 98 | 65 | 6B | 0 | 22 | 1E | 28 | 161 | 14 | 32 |
| Octal | 230 | 145 | 153 | 0 | 42 | 36 | 50 | 541 | 24 | 62 |
| Binary | 10011000 | 1100101 | 1101011 | 0 | 100010 | 11110 | 101000 | 101100001 | 10100 | 110010 |
Color Harmonies of #98656B
Complementary color
Monochromatic Colors of #98656B
Black with #98656B
Text Example
Text Example
White with #98656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98656B; }
p { color: rgb(152,101,107); }
H1.HeaderClassName
{
color: #98656B;
}
.AnyTagClassName
{
color: #98656B;
}
</style>
background-color css
<style>
a { background-color: #98656B; }
a { background-color: rgb(152,101,107); }
div.DivClassName
{
background-color: #98656B;
}
.BgClassName
{
background-color: #98656B;
}
</style>
border-color css
<style>
span { border-color: #98656B; }
span { border-color: rgb(152,101,107); }
td.TdClassName
{
border-color: #98656B;
}
.TagClassName
{
border-color: #98656B;
}
</style>