Shades of Rose Taupe #995857
Tints of Rose Taupe #995857
RGB
CMYK
RGB Variations
Color information
#995857 (or 0x995857) is known color: Rose Taupe. HEX triplet: 99, 58 and 57. RGB value is (153,88,87). Sum of RGB (Red+Green+Blue) = 153+88+87=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #995857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995857 is #66A7A8. Grayscale: #6B6B6B. Windows color (decimal): -6727593 or 5724313. OLE color: 5724313.
HSL color Cylindrical-coordinate representation of color #995857: hue angle of 0.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #995857 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 87 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.4 |
| HSL | 0.91º | 0.28% | 0.47% | - |
| HSV(B) | 0.91º | 0.43% | 0.6% | - |
| XYZ | 18.35 | 14.44 | 10.84 | - |
| YUV | 107.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 87 | 0 | 0.42 | 0.43 | 0.4 | 0.91 | 0.28 | 0.47 |
| Hex | 99 | 58 | 57 | 0 | 2A | 2B | 28 | 1 | 1C | 2F |
| Octal | 231 | 130 | 127 | 0 | 52 | 53 | 50 | 1 | 34 | 57 |
| Binary | 10011001 | 1011000 | 1010111 | 0 | 101010 | 101011 | 101000 | 1 | 11100 | 101111 |
Color Harmonies of #995857
Complementary color
Monochromatic Colors of #995857
Black with #995857
Text Example
Text Example
White with #995857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995857; }
p { color: rgb(153,88,87); }
H1.HeaderClassName
{
color: #995857;
}
.AnyTagClassName
{
color: #995857;
}
</style>
background-color css
<style>
a { background-color: #995857; }
a { background-color: rgb(153,88,87); }
div.DivClassName
{
background-color: #995857;
}
.BgClassName
{
background-color: #995857;
}
</style>
border-color css
<style>
span { border-color: #995857; }
span { border-color: rgb(153,88,87); }
td.TdClassName
{
border-color: #995857;
}
.TagClassName
{
border-color: #995857;
}
</style>