Shades of Rose Taupe #955F5B
Tints of Rose Taupe #955F5B
RGB
CMYK
RGB Variations
Color information
#955F5B (or 0x955F5B) is known color: Rose Taupe. HEX triplet: 95, 5F and 5B. RGB value is (149,95,91). Sum of RGB (Red+Green+Blue) = 149+95+91=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #955F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F5B is #6AA0A4. Grayscale: #6E6E6E. Windows color (decimal): -6987941 or 5988245. OLE color: 5988245.
HSL color Cylindrical-coordinate representation of color #955F5B: hue angle of 4.14º 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 #955F5B is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 95 | 91 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.42 |
| HSL | 4.14º | 0.24% | 0.47% | - |
| HSV(B) | 4.14º | 0.39% | 0.58% | - |
| XYZ | 18.37 | 15.33 | 11.89 | - |
| YUV | 110.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 91 | 0 | 0.36 | 0.39 | 0.42 | 4.14 | 0.24 | 0.47 |
| Hex | 95 | 5F | 5B | 0 | 24 | 27 | 2A | 4 | 18 | 2F |
| Octal | 225 | 137 | 133 | 0 | 44 | 47 | 52 | 4 | 30 | 57 |
| Binary | 10010101 | 1011111 | 1011011 | 0 | 100100 | 100111 | 101010 | 100 | 11000 | 101111 |
Color Harmonies of #955F5B
Complementary color
Monochromatic Colors of #955F5B
Black with #955F5B
Text Example
Text Example
White with #955F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955F5B; }
p { color: rgb(149,95,91); }
H1.HeaderClassName
{
color: #955F5B;
}
.AnyTagClassName
{
color: #955F5B;
}
</style>
background-color css
<style>
a { background-color: #955F5B; }
a { background-color: rgb(149,95,91); }
div.DivClassName
{
background-color: #955F5B;
}
.BgClassName
{
background-color: #955F5B;
}
</style>
border-color css
<style>
span { border-color: #955F5B; }
span { border-color: rgb(149,95,91); }
td.TdClassName
{
border-color: #955F5B;
}
.TagClassName
{
border-color: #955F5B;
}
</style>