Shades of Rose Taupe #955B56
Tints of Rose Taupe #955B56
RGB
CMYK
RGB Variations
Color information
#955B56 (or 0x955B56) is known color: Rose Taupe. HEX triplet: 95, 5B and 56. RGB value is (149,91,86). Sum of RGB (Red+Green+Blue) = 149+91+86=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #955B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B56 is #6AA4A9. Grayscale: #6B6B6B. Windows color (decimal): -6988970 or 5659541. OLE color: 5659541.
HSL color Cylindrical-coordinate representation of color #955B56: hue angle of 4.76º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955B56 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 86 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.42 |
| HSL | 4.76º | 0.27% | 0.46% | - |
| HSV(B) | 4.76º | 0.42% | 0.58% | - |
| XYZ | 17.82 | 14.54 | 10.67 | - |
| YUV | 107.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 86 | 0 | 0.39 | 0.42 | 0.42 | 4.76 | 0.27 | 0.46 |
| Hex | 95 | 5B | 56 | 0 | 27 | 2A | 2A | 5 | 1B | 2E |
| Octal | 225 | 133 | 126 | 0 | 47 | 52 | 52 | 5 | 33 | 56 |
| Binary | 10010101 | 1011011 | 1010110 | 0 | 100111 | 101010 | 101010 | 101 | 11011 | 101110 |
Color Harmonies of #955B56
Complementary color
Monochromatic Colors of #955B56
Black with #955B56
Text Example
Text Example
White with #955B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B56; }
p { color: rgb(149,91,86); }
H1.HeaderClassName
{
color: #955B56;
}
.AnyTagClassName
{
color: #955B56;
}
</style>
background-color css
<style>
a { background-color: #955B56; }
a { background-color: rgb(149,91,86); }
div.DivClassName
{
background-color: #955B56;
}
.BgClassName
{
background-color: #955B56;
}
</style>
border-color css
<style>
span { border-color: #955B56; }
span { border-color: rgb(149,91,86); }
td.TdClassName
{
border-color: #955B56;
}
.TagClassName
{
border-color: #955B56;
}
</style>