Shades of Rose Taupe #995E5C
Tints of Rose Taupe #995E5C
RGB
CMYK
RGB Variations
Color information
#995E5C (or 0x995E5C) is known color: Rose Taupe. HEX triplet: 99, 5E and 5C. RGB value is (153,94,92). Sum of RGB (Red+Green+Blue) = 153+94+92=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #995E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995E5C is #66A1A3. Grayscale: #6F6F6F. Windows color (decimal): -6726052 or 6053529. OLE color: 6053529.
HSL color Cylindrical-coordinate representation of color #995E5C: hue angle of 1.97º 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 #995E5C is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 94 | 92 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.4 |
| HSL | 1.97º | 0.25% | 0.48% | - |
| HSV(B) | 1.97º | 0.4% | 0.6% | - |
| XYZ | 19.07 | 15.55 | 12.12 | - |
| YUV | 111.41 | 117.05 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 92 | 0 | 0.39 | 0.40 | 0.4 | 1.97 | 0.25 | 0.48 |
| Hex | 99 | 5E | 5C | 0 | 27 | 28 | 28 | 2 | 19 | 30 |
| Octal | 231 | 136 | 134 | 0 | 47 | 50 | 50 | 2 | 31 | 60 |
| Binary | 10011001 | 1011110 | 1011100 | 0 | 100111 | 101000 | 101000 | 10 | 11001 | 110000 |
Color Harmonies of #995E5C
Complementary color
Monochromatic Colors of #995E5C
Black with #995E5C
Text Example
Text Example
White with #995E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995E5C; }
p { color: rgb(153,94,92); }
H1.HeaderClassName
{
color: #995E5C;
}
.AnyTagClassName
{
color: #995E5C;
}
</style>
background-color css
<style>
a { background-color: #995E5C; }
a { background-color: rgb(153,94,92); }
div.DivClassName
{
background-color: #995E5C;
}
.BgClassName
{
background-color: #995E5C;
}
</style>
border-color css
<style>
span { border-color: #995E5C; }
span { border-color: rgb(153,94,92); }
td.TdClassName
{
border-color: #995E5C;
}
.TagClassName
{
border-color: #995E5C;
}
</style>