Shades of Rose Taupe #945F5D
Tints of Rose Taupe #945F5D
RGB
CMYK
RGB Variations
Color information
#945F5D (or 0x945F5D) is known color: Rose Taupe. HEX triplet: 94, 5F and 5D. RGB value is (148,95,93). Sum of RGB (Red+Green+Blue) = 148+95+93=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #945F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945F5D is #6BA0A2. Grayscale: #6E6E6E. Windows color (decimal): -7053475 or 6119316. OLE color: 6119316.
HSL color Cylindrical-coordinate representation of color #945F5D: hue angle of 2.18º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #945F5D is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 95 | 93 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.42 |
| HSL | 2.18º | 0.23% | 0.47% | - |
| HSV(B) | 2.18º | 0.37% | 0.58% | - |
| XYZ | 18.28 | 15.27 | 12.34 | - |
| YUV | 110.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 93 | 0 | 0.36 | 0.37 | 0.42 | 2.18 | 0.23 | 0.47 |
| Hex | 94 | 5F | 5D | 0 | 24 | 25 | 2A | 2 | 17 | 2F |
| Octal | 224 | 137 | 135 | 0 | 44 | 45 | 52 | 2 | 27 | 57 |
| Binary | 10010100 | 1011111 | 1011101 | 0 | 100100 | 100101 | 101010 | 10 | 10111 | 101111 |
Color Harmonies of #945F5D
Complementary color
Monochromatic Colors of #945F5D
Black with #945F5D
Text Example
Text Example
White with #945F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945F5D; }
p { color: rgb(148,95,93); }
H1.HeaderClassName
{
color: #945F5D;
}
.AnyTagClassName
{
color: #945F5D;
}
</style>
background-color css
<style>
a { background-color: #945F5D; }
a { background-color: rgb(148,95,93); }
div.DivClassName
{
background-color: #945F5D;
}
.BgClassName
{
background-color: #945F5D;
}
</style>
border-color css
<style>
span { border-color: #945F5D; }
span { border-color: rgb(148,95,93); }
td.TdClassName
{
border-color: #945F5D;
}
.TagClassName
{
border-color: #945F5D;
}
</style>