Shades of Rose Taupe #995D5D
Tints of Rose Taupe #995D5D
RGB
CMYK
RGB Variations
Color information
#995D5D (or 0x995D5D) is known color: Rose Taupe. HEX triplet: 99, 5D and 5D. RGB value is (153,93,93). Sum of RGB (Red+Green+Blue) = 153+93+93=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #995D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995D5D is #66A2A2. Grayscale: #6F6F6F. Windows color (decimal): -6726307 or 6118809. OLE color: 6118809.
HSL color Cylindrical-coordinate representation of color #995D5D: hue angle of 0º degrees, saturation: 0.24, 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 #995D5D is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 93 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.4 |
| HSL | 0º | 0.24% | 0.48% | - |
| HSV(B) | 0º | 0.39% | 0.6% | - |
| XYZ | 19.03 | 15.39 | 12.32 | - |
| YUV | 110.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 93 | 0 | 0.39 | 0.39 | 0.4 | 0 | 0.24 | 0.48 |
| Hex | 99 | 5D | 5D | 0 | 27 | 27 | 28 | 0 | 18 | 30 |
| Octal | 231 | 135 | 135 | 0 | 47 | 47 | 50 | 0 | 30 | 60 |
| Binary | 10011001 | 1011101 | 1011101 | 0 | 100111 | 100111 | 101000 | 0 | 11000 | 110000 |
Color Harmonies of #995D5D
Complementary color
Monochromatic Colors of #995D5D
Black with #995D5D
Text Example
Text Example
White with #995D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D5D; }
p { color: rgb(153,93,93); }
H1.HeaderClassName
{
color: #995D5D;
}
.AnyTagClassName
{
color: #995D5D;
}
</style>
background-color css
<style>
a { background-color: #995D5D; }
a { background-color: rgb(153,93,93); }
div.DivClassName
{
background-color: #995D5D;
}
.BgClassName
{
background-color: #995D5D;
}
</style>
border-color css
<style>
span { border-color: #995D5D; }
span { border-color: rgb(153,93,93); }
td.TdClassName
{
border-color: #995D5D;
}
.TagClassName
{
border-color: #995D5D;
}
</style>