Shades of Mauve Taupe #985C67
Tints of Mauve Taupe #985C67
RGB
CMYK
RGB Variations
Color information
#985C67 (or 0x985C67) is known color: Mauve Taupe. HEX triplet: 98, 5C and 67. RGB value is (152,92,103). Sum of RGB (Red+Green+Blue) = 152+92+103=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #985C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C67 is #67A398. Grayscale: #6F6F6F. Windows color (decimal): -6792089 or 6773912. OLE color: 6773912.
HSL color Cylindrical-coordinate representation of color #985C67: hue angle of 349º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985C67 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 103 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.40 |
| HSL | 349º | 0.25% | 0.48% | - |
| HSV(B) | 349º | 0.39% | 0.6% | - |
| XYZ | 19.22 | 15.31 | 14.77 | - |
| YUV | 111.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 103 | 0 | 0.39 | 0.32 | 0.40 | 349 | 0.25 | 0.48 |
| Hex | 98 | 5C | 67 | 0 | 27 | 20 | 28 | 15D | 19 | 30 |
| Octal | 230 | 134 | 147 | 0 | 47 | 40 | 50 | 535 | 31 | 60 |
| Binary | 10011000 | 1011100 | 1100111 | 0 | 100111 | 100000 | 101000 | 101011101 | 11001 | 110000 |
Color Harmonies of #985C67
Complementary color
Monochromatic Colors of #985C67
Black with #985C67
Text Example
Text Example
White with #985C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C67; }
p { color: rgb(152,92,103); }
H1.HeaderClassName
{
color: #985C67;
}
.AnyTagClassName
{
color: #985C67;
}
</style>
background-color css
<style>
a { background-color: #985C67; }
a { background-color: rgb(152,92,103); }
div.DivClassName
{
background-color: #985C67;
}
.BgClassName
{
background-color: #985C67;
}
</style>
border-color css
<style>
span { border-color: #985C67; }
span { border-color: rgb(152,92,103); }
td.TdClassName
{
border-color: #985C67;
}
.TagClassName
{
border-color: #985C67;
}
</style>