Shades of Rose Taupe #945F5E
Tints of Rose Taupe #945F5E
RGB
CMYK
RGB Variations
Color information
#945F5E (or 0x945F5E) is known color: Rose Taupe. HEX triplet: 94, 5F and 5E. RGB value is (148,95,94). Sum of RGB (Red+Green+Blue) = 148+95+94=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #945F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945F5E is #6BA0A1. Grayscale: #6E6E6E. Windows color (decimal): -7053474 or 6184852. OLE color: 6184852.
HSL color Cylindrical-coordinate representation of color #945F5E: hue angle of 1.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #945F5E is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 95 | 94 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.42 |
| HSL | 1.11º | 0.22% | 0.47% | - |
| HSV(B) | 1.11º | 0.36% | 0.58% | - |
| XYZ | 18.33 | 15.29 | 12.57 | - |
| YUV | 110.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 94 | 0 | 0.36 | 0.36 | 0.42 | 1.11 | 0.22 | 0.47 |
| Hex | 94 | 5F | 5E | 0 | 24 | 24 | 2A | 1 | 16 | 2F |
| Octal | 224 | 137 | 136 | 0 | 44 | 44 | 52 | 1 | 26 | 57 |
| Binary | 10010100 | 1011111 | 1011110 | 0 | 100100 | 100100 | 101010 | 1 | 10110 | 101111 |
Color Harmonies of #945F5E
Complementary color
Monochromatic Colors of #945F5E
Black with #945F5E
Text Example
Text Example
White with #945F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945F5E; }
p { color: rgb(148,95,94); }
H1.HeaderClassName
{
color: #945F5E;
}
.AnyTagClassName
{
color: #945F5E;
}
</style>
background-color css
<style>
a { background-color: #945F5E; }
a { background-color: rgb(148,95,94); }
div.DivClassName
{
background-color: #945F5E;
}
.BgClassName
{
background-color: #945F5E;
}
</style>
border-color css
<style>
span { border-color: #945F5E; }
span { border-color: rgb(148,95,94); }
td.TdClassName
{
border-color: #945F5E;
}
.TagClassName
{
border-color: #945F5E;
}
</style>