Shades of Rose Taupe #9A605D
Tints of Rose Taupe #9A605D
RGB
CMYK
RGB Variations
Color information
#9A605D (or 0x9A605D) is known color: Rose Taupe. HEX triplet: 9A, 60 and 5D. RGB value is (154,96,93). Sum of RGB (Red+Green+Blue) = 154+96+93=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A605D is #659FA2. Grayscale: #717171. Windows color (decimal): -6660003 or 6119578. OLE color: 6119578.
HSL color Cylindrical-coordinate representation of color #9A605D: hue angle of 2.95º 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 #9A605D is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 96 | 93 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.40 |
| HSL | 2.95º | 0.25% | 0.48% | - |
| HSV(B) | 2.95º | 0.4% | 0.6% | - |
| XYZ | 19.49 | 16.03 | 12.42 | - |
| YUV | 113 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 93 | 0 | 0.38 | 0.40 | 0.40 | 2.95 | 0.25 | 0.48 |
| Hex | 9A | 60 | 5D | 0 | 26 | 28 | 28 | 3 | 19 | 30 |
| Octal | 232 | 140 | 135 | 0 | 46 | 50 | 50 | 3 | 31 | 60 |
| Binary | 10011010 | 1100000 | 1011101 | 0 | 100110 | 101000 | 101000 | 11 | 11001 | 110000 |
Color Harmonies of #9A605D
Complementary color
Monochromatic Colors of #9A605D
Black with #9A605D
Text Example
Text Example
White with #9A605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A605D; }
p { color: rgb(154,96,93); }
H1.HeaderClassName
{
color: #9A605D;
}
.AnyTagClassName
{
color: #9A605D;
}
</style>
background-color css
<style>
a { background-color: #9A605D; }
a { background-color: rgb(154,96,93); }
div.DivClassName
{
background-color: #9A605D;
}
.BgClassName
{
background-color: #9A605D;
}
</style>
border-color css
<style>
span { border-color: #9A605D; }
span { border-color: rgb(154,96,93); }
td.TdClassName
{
border-color: #9A605D;
}
.TagClassName
{
border-color: #9A605D;
}
</style>