Shades of Rose Taupe #99615D
Tints of Rose Taupe #99615D
RGB
CMYK
RGB Variations
Color information
#99615D (or 0x99615D) is known color: Rose Taupe. HEX triplet: 99, 61 and 5D. RGB value is (153,97,93). Sum of RGB (Red+Green+Blue) = 153+97+93=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #99615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99615D is #669EA2. Grayscale: #717171. Windows color (decimal): -6725283 or 6119833. OLE color: 6119833.
HSL color Cylindrical-coordinate representation of color #99615D: hue angle of 4º 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 #99615D is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 93 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.4 |
| HSL | 4º | 0.24% | 0.48% | - |
| HSV(B) | 4º | 0.39% | 0.6% | - |
| XYZ | 19.39 | 16.11 | 12.44 | - |
| YUV | 113.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 93 | 0 | 0.37 | 0.39 | 0.4 | 4 | 0.24 | 0.48 |
| Hex | 99 | 61 | 5D | 0 | 25 | 27 | 28 | 4 | 18 | 30 |
| Octal | 231 | 141 | 135 | 0 | 45 | 47 | 50 | 4 | 30 | 60 |
| Binary | 10011001 | 1100001 | 1011101 | 0 | 100101 | 100111 | 101000 | 100 | 11000 | 110000 |
Color Harmonies of #99615D
Complementary color
Monochromatic Colors of #99615D
Black with #99615D
Text Example
Text Example
White with #99615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99615D; }
p { color: rgb(153,97,93); }
H1.HeaderClassName
{
color: #99615D;
}
.AnyTagClassName
{
color: #99615D;
}
</style>
background-color css
<style>
a { background-color: #99615D; }
a { background-color: rgb(153,97,93); }
div.DivClassName
{
background-color: #99615D;
}
.BgClassName
{
background-color: #99615D;
}
</style>
border-color css
<style>
span { border-color: #99615D; }
span { border-color: rgb(153,97,93); }
td.TdClassName
{
border-color: #99615D;
}
.TagClassName
{
border-color: #99615D;
}
</style>