Shades of Rose Taupe #965D55
Tints of Rose Taupe #965D55
RGB
CMYK
RGB Variations
Color information
#965D55 (or 0x965D55) is known color: Rose Taupe. HEX triplet: 96, 5D and 55. RGB value is (150,93,85). Sum of RGB (Red+Green+Blue) = 150+93+85=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #965D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965D55 is #69A2AA. Grayscale: #6D6D6D. Windows color (decimal): -6922923 or 5594518. OLE color: 5594518.
HSL color Cylindrical-coordinate representation of color #965D55: hue angle of 7.38º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965D55 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 93 | 85 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.41 |
| HSL | 7.38º | 0.28% | 0.46% | - |
| HSV(B) | 7.38º | 0.43% | 0.59% | - |
| XYZ | 18.13 | 14.97 | 10.53 | - |
| YUV | 109.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 85 | 0 | 0.38 | 0.43 | 0.41 | 7.38 | 0.28 | 0.46 |
| Hex | 96 | 5D | 55 | 0 | 26 | 2B | 29 | 7 | 1C | 2E |
| Octal | 226 | 135 | 125 | 0 | 46 | 53 | 51 | 7 | 34 | 56 |
| Binary | 10010110 | 1011101 | 1010101 | 0 | 100110 | 101011 | 101001 | 111 | 11100 | 101110 |
Color Harmonies of #965D55
Complementary color
Monochromatic Colors of #965D55
Black with #965D55
Text Example
Text Example
White with #965D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965D55; }
p { color: rgb(150,93,85); }
H1.HeaderClassName
{
color: #965D55;
}
.AnyTagClassName
{
color: #965D55;
}
</style>
background-color css
<style>
a { background-color: #965D55; }
a { background-color: rgb(150,93,85); }
div.DivClassName
{
background-color: #965D55;
}
.BgClassName
{
background-color: #965D55;
}
</style>
border-color css
<style>
span { border-color: #965D55; }
span { border-color: rgb(150,93,85); }
td.TdClassName
{
border-color: #965D55;
}
.TagClassName
{
border-color: #965D55;
}
</style>