Shades of Rose Taupe #955D59
Tints of Rose Taupe #955D59
RGB
CMYK
RGB Variations
Color information
#955D59 (or 0x955D59) is known color: Rose Taupe. HEX triplet: 95, 5D and 59. RGB value is (149,93,89). Sum of RGB (Red+Green+Blue) = 149+93+89=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #955D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D59 is #6AA2A6. Grayscale: #6D6D6D. Windows color (decimal): -6988455 or 5856661. OLE color: 5856661.
HSL color Cylindrical-coordinate representation of color #955D59: hue angle of 4º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955D59 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 89 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.42 |
| HSL | 4º | 0.25% | 0.47% | - |
| HSV(B) | 4º | 0.4% | 0.58% | - |
| XYZ | 18.11 | 14.94 | 11.38 | - |
| YUV | 109.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 89 | 0 | 0.38 | 0.40 | 0.42 | 4 | 0.25 | 0.47 |
| Hex | 95 | 5D | 59 | 0 | 26 | 28 | 2A | 4 | 19 | 2F |
| Octal | 225 | 135 | 131 | 0 | 46 | 50 | 52 | 4 | 31 | 57 |
| Binary | 10010101 | 1011101 | 1011001 | 0 | 100110 | 101000 | 101010 | 100 | 11001 | 101111 |
Color Harmonies of #955D59
Complementary color
Monochromatic Colors of #955D59
Black with #955D59
Text Example
Text Example
White with #955D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D59; }
p { color: rgb(149,93,89); }
H1.HeaderClassName
{
color: #955D59;
}
.AnyTagClassName
{
color: #955D59;
}
</style>
background-color css
<style>
a { background-color: #955D59; }
a { background-color: rgb(149,93,89); }
div.DivClassName
{
background-color: #955D59;
}
.BgClassName
{
background-color: #955D59;
}
</style>
border-color css
<style>
span { border-color: #955D59; }
span { border-color: rgb(149,93,89); }
td.TdClassName
{
border-color: #955D59;
}
.TagClassName
{
border-color: #955D59;
}
</style>