Shades of Rose Taupe #99605B
Tints of Rose Taupe #99605B
RGB
CMYK
RGB Variations
Color information
#99605B (or 0x99605B) is known color: Rose Taupe. HEX triplet: 99, 60 and 5B. RGB value is (153,96,91). Sum of RGB (Red+Green+Blue) = 153+96+91=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #99605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99605B is #669FA4. Grayscale: #707070. Windows color (decimal): -6725541 or 5988505. OLE color: 5988505.
HSL color Cylindrical-coordinate representation of color #99605B: hue angle of 4.84º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99605B is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 91 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.4 |
| HSL | 4.84º | 0.25% | 0.48% | - |
| HSV(B) | 4.84º | 0.41% | 0.6% | - |
| XYZ | 19.21 | 15.89 | 11.95 | - |
| YUV | 112.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 91 | 0 | 0.37 | 0.41 | 0.4 | 4.84 | 0.25 | 0.48 |
| Hex | 99 | 60 | 5B | 0 | 25 | 29 | 28 | 5 | 19 | 30 |
| Octal | 231 | 140 | 133 | 0 | 45 | 51 | 50 | 5 | 31 | 60 |
| Binary | 10011001 | 1100000 | 1011011 | 0 | 100101 | 101001 | 101000 | 101 | 11001 | 110000 |
Color Harmonies of #99605B
Complementary color
Monochromatic Colors of #99605B
Black with #99605B
Text Example
Text Example
White with #99605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99605B; }
p { color: rgb(153,96,91); }
H1.HeaderClassName
{
color: #99605B;
}
.AnyTagClassName
{
color: #99605B;
}
</style>
background-color css
<style>
a { background-color: #99605B; }
a { background-color: rgb(153,96,91); }
div.DivClassName
{
background-color: #99605B;
}
.BgClassName
{
background-color: #99605B;
}
</style>
border-color css
<style>
span { border-color: #99605B; }
span { border-color: rgb(153,96,91); }
td.TdClassName
{
border-color: #99605B;
}
.TagClassName
{
border-color: #99605B;
}
</style>