Shades of Rose Taupe #955D5D
Tints of Rose Taupe #955D5D
RGB
CMYK
RGB Variations
Color information
#955D5D (or 0x955D5D) is known color: Rose Taupe. HEX triplet: 95, 5D and 5D. RGB value is (149,93,93). Sum of RGB (Red+Green+Blue) = 149+93+93=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #955D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D5D is #6AA2A2. Grayscale: #6D6D6D. Windows color (decimal): -6988451 or 6118805. OLE color: 6118805.
HSL color Cylindrical-coordinate representation of color #955D5D: hue angle of 0º 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 #955D5D is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 93 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.42 |
| HSL | 0º | 0.23% | 0.47% | - |
| HSV(B) | 0º | 0.38% | 0.58% | - |
| XYZ | 18.28 | 15.01 | 12.29 | - |
| YUV | 109.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 93 | 0 | 0.38 | 0.38 | 0.42 | 0 | 0.23 | 0.47 |
| Hex | 95 | 5D | 5D | 0 | 26 | 26 | 2A | 0 | 17 | 2F |
| Octal | 225 | 135 | 135 | 0 | 46 | 46 | 52 | 0 | 27 | 57 |
| Binary | 10010101 | 1011101 | 1011101 | 0 | 100110 | 100110 | 101010 | 0 | 10111 | 101111 |
Color Harmonies of #955D5D
Complementary color
Monochromatic Colors of #955D5D
Black with #955D5D
Text Example
Text Example
White with #955D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D5D; }
p { color: rgb(149,93,93); }
H1.HeaderClassName
{
color: #955D5D;
}
.AnyTagClassName
{
color: #955D5D;
}
</style>
background-color css
<style>
a { background-color: #955D5D; }
a { background-color: rgb(149,93,93); }
div.DivClassName
{
background-color: #955D5D;
}
.BgClassName
{
background-color: #955D5D;
}
</style>
border-color css
<style>
span { border-color: #955D5D; }
span { border-color: rgb(149,93,93); }
td.TdClassName
{
border-color: #955D5D;
}
.TagClassName
{
border-color: #955D5D;
}
</style>