Shades of Rose Taupe #955F5D
Tints of Rose Taupe #955F5D
RGB
CMYK
RGB Variations
Color information
#955F5D (or 0x955F5D) is known color: Rose Taupe. HEX triplet: 95, 5F and 5D. RGB value is (149,95,93). Sum of RGB (Red+Green+Blue) = 149+95+93=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #955F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F5D is #6AA0A2. Grayscale: #6E6E6E. Windows color (decimal): -6987939 or 6119317. OLE color: 6119317.
HSL color Cylindrical-coordinate representation of color #955F5D: hue angle of 2.14º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955F5D is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 95 | 93 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.42 |
| HSL | 2.14º | 0.23% | 0.47% | - |
| HSV(B) | 2.14º | 0.38% | 0.58% | - |
| XYZ | 18.46 | 15.36 | 12.35 | - |
| YUV | 110.92 | 117.89 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 93 | 0 | 0.36 | 0.38 | 0.42 | 2.14 | 0.23 | 0.47 |
| Hex | 95 | 5F | 5D | 0 | 24 | 26 | 2A | 2 | 17 | 2F |
| Octal | 225 | 137 | 135 | 0 | 44 | 46 | 52 | 2 | 27 | 57 |
| Binary | 10010101 | 1011111 | 1011101 | 0 | 100100 | 100110 | 101010 | 10 | 10111 | 101111 |
Color Harmonies of #955F5D
Complementary color
Monochromatic Colors of #955F5D
Black with #955F5D
Text Example
Text Example
White with #955F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955F5D; }
p { color: rgb(149,95,93); }
H1.HeaderClassName
{
color: #955F5D;
}
.AnyTagClassName
{
color: #955F5D;
}
</style>
background-color css
<style>
a { background-color: #955F5D; }
a { background-color: rgb(149,95,93); }
div.DivClassName
{
background-color: #955F5D;
}
.BgClassName
{
background-color: #955F5D;
}
</style>
border-color css
<style>
span { border-color: #955F5D; }
span { border-color: rgb(149,95,93); }
td.TdClassName
{
border-color: #955F5D;
}
.TagClassName
{
border-color: #955F5D;
}
</style>