Shades of Rose Taupe #965857
Tints of Rose Taupe #965857
RGB
CMYK
RGB Variations
Color information
#965857 (or 0x965857) is known color: Rose Taupe. HEX triplet: 96, 58 and 57. RGB value is (150,88,87). Sum of RGB (Red+Green+Blue) = 150+88+87=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #965857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965857 is #69A7A8. Grayscale: #6A6A6A. Windows color (decimal): -6924201 or 5724310. OLE color: 5724310.
HSL color Cylindrical-coordinate representation of color #965857: hue angle of 0.95º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #965857 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 88 | 87 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.41 |
| HSL | 0.95º | 0.27% | 0.46% | - |
| HSV(B) | 0.95º | 0.42% | 0.59% | - |
| XYZ | 17.79 | 14.15 | 10.81 | - |
| YUV | 106.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 87 | 0 | 0.41 | 0.42 | 0.41 | 0.95 | 0.27 | 0.46 |
| Hex | 96 | 58 | 57 | 0 | 29 | 2A | 29 | 1 | 1B | 2E |
| Octal | 226 | 130 | 127 | 0 | 51 | 52 | 51 | 1 | 33 | 56 |
| Binary | 10010110 | 1011000 | 1010111 | 0 | 101001 | 101010 | 101001 | 1 | 11011 | 101110 |
Color Harmonies of #965857
Complementary color
Monochromatic Colors of #965857
Black with #965857
Text Example
Text Example
White with #965857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965857; }
p { color: rgb(150,88,87); }
H1.HeaderClassName
{
color: #965857;
}
.AnyTagClassName
{
color: #965857;
}
</style>
background-color css
<style>
a { background-color: #965857; }
a { background-color: rgb(150,88,87); }
div.DivClassName
{
background-color: #965857;
}
.BgClassName
{
background-color: #965857;
}
</style>
border-color css
<style>
span { border-color: #965857; }
span { border-color: rgb(150,88,87); }
td.TdClassName
{
border-color: #965857;
}
.TagClassName
{
border-color: #965857;
}
</style>