Shades of Rose Taupe #955E5E
Tints of Rose Taupe #955E5E
RGB
CMYK
RGB Variations
Color information
#955E5E (or 0x955E5E) is known color: Rose Taupe. HEX triplet: 95, 5E and 5E. RGB value is (149,94,94). Sum of RGB (Red+Green+Blue) = 149+94+94=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #955E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E5E is #6AA1A1. Grayscale: #6E6E6E. Windows color (decimal): -6988194 or 6184597. OLE color: 6184597.
HSL color Cylindrical-coordinate representation of color #955E5E: hue angle of 0º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E5E is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 94 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.42 |
| HSL | 0º | 0.23% | 0.48% | - |
| HSV(B) | 0º | 0.37% | 0.58% | - |
| XYZ | 18.42 | 15.2 | 12.55 | - |
| YUV | 110.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 94 | 0 | 0.37 | 0.37 | 0.42 | 0 | 0.23 | 0.48 |
| Hex | 95 | 5E | 5E | 0 | 25 | 25 | 2A | 0 | 17 | 30 |
| Octal | 225 | 136 | 136 | 0 | 45 | 45 | 52 | 0 | 27 | 60 |
| Binary | 10010101 | 1011110 | 1011110 | 0 | 100101 | 100101 | 101010 | 0 | 10111 | 110000 |
Color Harmonies of #955E5E
Complementary color
Monochromatic Colors of #955E5E
Black with #955E5E
Text Example
Text Example
White with #955E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E5E; }
p { color: rgb(149,94,94); }
H1.HeaderClassName
{
color: #955E5E;
}
.AnyTagClassName
{
color: #955E5E;
}
</style>
background-color css
<style>
a { background-color: #955E5E; }
a { background-color: rgb(149,94,94); }
div.DivClassName
{
background-color: #955E5E;
}
.BgClassName
{
background-color: #955E5E;
}
</style>
border-color css
<style>
span { border-color: #955E5E; }
span { border-color: rgb(149,94,94); }
td.TdClassName
{
border-color: #955E5E;
}
.TagClassName
{
border-color: #955E5E;
}
</style>