Shades of Rose Taupe #995A57
Tints of Rose Taupe #995A57
RGB
CMYK
RGB Variations
Color information
#995A57 (or 0x995A57) is known color: Rose Taupe. HEX triplet: 99, 5A and 57. RGB value is (153,90,87). Sum of RGB (Red+Green+Blue) = 153+90+87=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #995A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995A57 is #66A5A8. Grayscale: #6C6C6C. Windows color (decimal): -6727081 or 5724825. OLE color: 5724825.
HSL color Cylindrical-coordinate representation of color #995A57: hue angle of 2.73º 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 #995A57 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 87 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.4 |
| HSL | 2.73º | 0.28% | 0.47% | - |
| HSV(B) | 2.73º | 0.43% | 0.6% | - |
| XYZ | 18.51 | 14.77 | 10.89 | - |
| YUV | 108.5 | 115.87 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 87 | 0 | 0.41 | 0.43 | 0.4 | 2.73 | 0.28 | 0.47 |
| Hex | 99 | 5A | 57 | 0 | 29 | 2B | 28 | 3 | 1C | 2F |
| Octal | 231 | 132 | 127 | 0 | 51 | 53 | 50 | 3 | 34 | 57 |
| Binary | 10011001 | 1011010 | 1010111 | 0 | 101001 | 101011 | 101000 | 11 | 11100 | 101111 |
Color Harmonies of #995A57
Complementary color
Monochromatic Colors of #995A57
Black with #995A57
Text Example
Text Example
White with #995A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A57; }
p { color: rgb(153,90,87); }
H1.HeaderClassName
{
color: #995A57;
}
.AnyTagClassName
{
color: #995A57;
}
</style>
background-color css
<style>
a { background-color: #995A57; }
a { background-color: rgb(153,90,87); }
div.DivClassName
{
background-color: #995A57;
}
.BgClassName
{
background-color: #995A57;
}
</style>
border-color css
<style>
span { border-color: #995A57; }
span { border-color: rgb(153,90,87); }
td.TdClassName
{
border-color: #995A57;
}
.TagClassName
{
border-color: #995A57;
}
</style>