Shades of Rose Taupe #995D58
Tints of Rose Taupe #995D58
RGB
CMYK
RGB Variations
Color information
#995D58 (or 0x995D58) is known color: Rose Taupe. HEX triplet: 99, 5D and 58. RGB value is (153,93,88). Sum of RGB (Red+Green+Blue) = 153+93+88=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #995D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995D58 is #66A2A7. Grayscale: #6E6E6E. Windows color (decimal): -6726312 or 5791129. OLE color: 5791129.
HSL color Cylindrical-coordinate representation of color #995D58: hue angle of 4.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995D58 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 88 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.4 |
| HSL | 4.62º | 0.27% | 0.47% | - |
| HSV(B) | 4.62º | 0.42% | 0.6% | - |
| XYZ | 18.81 | 15.31 | 11.2 | - |
| YUV | 110.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 88 | 0 | 0.39 | 0.42 | 0.4 | 4.62 | 0.27 | 0.47 |
| Hex | 99 | 5D | 58 | 0 | 27 | 2A | 28 | 5 | 1B | 2F |
| Octal | 231 | 135 | 130 | 0 | 47 | 52 | 50 | 5 | 33 | 57 |
| Binary | 10011001 | 1011101 | 1011000 | 0 | 100111 | 101010 | 101000 | 101 | 11011 | 101111 |
Color Harmonies of #995D58
Complementary color
Monochromatic Colors of #995D58
Black with #995D58
Text Example
Text Example
White with #995D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D58; }
p { color: rgb(153,93,88); }
H1.HeaderClassName
{
color: #995D58;
}
.AnyTagClassName
{
color: #995D58;
}
</style>
background-color css
<style>
a { background-color: #995D58; }
a { background-color: rgb(153,93,88); }
div.DivClassName
{
background-color: #995D58;
}
.BgClassName
{
background-color: #995D58;
}
</style>
border-color css
<style>
span { border-color: #995D58; }
span { border-color: rgb(153,93,88); }
td.TdClassName
{
border-color: #995D58;
}
.TagClassName
{
border-color: #995D58;
}
</style>