Shades of Rose Taupe #945855
Tints of Rose Taupe #945855
RGB
CMYK
RGB Variations
Color information
#945855 (or 0x945855) is known color: Rose Taupe. HEX triplet: 94, 58 and 55. RGB value is (148,88,85). Sum of RGB (Red+Green+Blue) = 148+88+85=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #945855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945855 is #6BA7AA. Grayscale: #696969. Windows color (decimal): -7055275 or 5593236. OLE color: 5593236.
HSL color Cylindrical-coordinate representation of color #945855: hue angle of 2.86º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945855 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 88 | 85 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.42 |
| HSL | 2.86º | 0.27% | 0.46% | - |
| HSV(B) | 2.86º | 0.43% | 0.58% | - |
| XYZ | 17.34 | 13.93 | 10.37 | - |
| YUV | 105.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 85 | 0 | 0.41 | 0.43 | 0.42 | 2.86 | 0.27 | 0.46 |
| Hex | 94 | 58 | 55 | 0 | 29 | 2B | 2A | 3 | 1B | 2E |
| Octal | 224 | 130 | 125 | 0 | 51 | 53 | 52 | 3 | 33 | 56 |
| Binary | 10010100 | 1011000 | 1010101 | 0 | 101001 | 101011 | 101010 | 11 | 11011 | 101110 |
Color Harmonies of #945855
Complementary color
Monochromatic Colors of #945855
Black with #945855
Text Example
Text Example
White with #945855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945855; }
p { color: rgb(148,88,85); }
H1.HeaderClassName
{
color: #945855;
}
.AnyTagClassName
{
color: #945855;
}
</style>
background-color css
<style>
a { background-color: #945855; }
a { background-color: rgb(148,88,85); }
div.DivClassName
{
background-color: #945855;
}
.BgClassName
{
background-color: #945855;
}
</style>
border-color css
<style>
span { border-color: #945855; }
span { border-color: rgb(148,88,85); }
td.TdClassName
{
border-color: #945855;
}
.TagClassName
{
border-color: #945855;
}
</style>