Shades of Rose Taupe #985E5B
Tints of Rose Taupe #985E5B
RGB
CMYK
RGB Variations
Color information
#985E5B (or 0x985E5B) is known color: Rose Taupe. HEX triplet: 98, 5E and 5B. RGB value is (152,94,91). Sum of RGB (Red+Green+Blue) = 152+94+91=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #985E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E5B is #67A1A4. Grayscale: #6F6F6F. Windows color (decimal): -6791589 or 5987992. OLE color: 5987992.
HSL color Cylindrical-coordinate representation of color #985E5B: hue angle of 2.95º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #985E5B is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 91 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.40 |
| HSL | 2.95º | 0.25% | 0.48% | - |
| HSV(B) | 2.95º | 0.4% | 0.6% | - |
| XYZ | 18.84 | 15.44 | 11.88 | - |
| YUV | 111 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 91 | 0 | 0.38 | 0.40 | 0.40 | 2.95 | 0.25 | 0.48 |
| Hex | 98 | 5E | 5B | 0 | 26 | 28 | 28 | 3 | 19 | 30 |
| Octal | 230 | 136 | 133 | 0 | 46 | 50 | 50 | 3 | 31 | 60 |
| Binary | 10011000 | 1011110 | 1011011 | 0 | 100110 | 101000 | 101000 | 11 | 11001 | 110000 |
Color Harmonies of #985E5B
Complementary color
Monochromatic Colors of #985E5B
Black with #985E5B
Text Example
Text Example
White with #985E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E5B; }
p { color: rgb(152,94,91); }
H1.HeaderClassName
{
color: #985E5B;
}
.AnyTagClassName
{
color: #985E5B;
}
</style>
background-color css
<style>
a { background-color: #985E5B; }
a { background-color: rgb(152,94,91); }
div.DivClassName
{
background-color: #985E5B;
}
.BgClassName
{
background-color: #985E5B;
}
</style>
border-color css
<style>
span { border-color: #985E5B; }
span { border-color: rgb(152,94,91); }
td.TdClassName
{
border-color: #985E5B;
}
.TagClassName
{
border-color: #985E5B;
}
</style>