Shades of Rose Taupe #955E5B
Tints of Rose Taupe #955E5B
RGB
CMYK
RGB Variations
Color information
#955E5B (or 0x955E5B) is known color: Rose Taupe. HEX triplet: 95, 5E and 5B. RGB value is (149,94,91). Sum of RGB (Red+Green+Blue) = 149+94+91=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #955E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E5B is #6AA1A4. Grayscale: #6E6E6E. Windows color (decimal): -6988197 or 5987989. OLE color: 5987989.
HSL color Cylindrical-coordinate representation of color #955E5B: hue angle of 3.1º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #955E5B is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 91 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.42 |
| HSL | 3.1º | 0.24% | 0.47% | - |
| HSV(B) | 3.1º | 0.39% | 0.58% | - |
| XYZ | 18.29 | 15.15 | 11.86 | - |
| YUV | 110.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 91 | 0 | 0.37 | 0.39 | 0.42 | 3.1 | 0.24 | 0.47 |
| Hex | 95 | 5E | 5B | 0 | 25 | 27 | 2A | 3 | 18 | 2F |
| Octal | 225 | 136 | 133 | 0 | 45 | 47 | 52 | 3 | 30 | 57 |
| Binary | 10010101 | 1011110 | 1011011 | 0 | 100101 | 100111 | 101010 | 11 | 11000 | 101111 |
Color Harmonies of #955E5B
Complementary color
Monochromatic Colors of #955E5B
Black with #955E5B
Text Example
Text Example
White with #955E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E5B; }
p { color: rgb(149,94,91); }
H1.HeaderClassName
{
color: #955E5B;
}
.AnyTagClassName
{
color: #955E5B;
}
</style>
background-color css
<style>
a { background-color: #955E5B; }
a { background-color: rgb(149,94,91); }
div.DivClassName
{
background-color: #955E5B;
}
.BgClassName
{
background-color: #955E5B;
}
</style>
border-color css
<style>
span { border-color: #955E5B; }
span { border-color: rgb(149,94,91); }
td.TdClassName
{
border-color: #955E5B;
}
.TagClassName
{
border-color: #955E5B;
}
</style>