Shades of Rose Taupe #94615D
Tints of Rose Taupe #94615D
RGB
CMYK
RGB Variations
Color information
#94615D (or 0x94615D) is known color: Rose Taupe. HEX triplet: 94, 61 and 5D. RGB value is (148,97,93). Sum of RGB (Red+Green+Blue) = 148+97+93=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #94615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94615D is #6B9EA2. Grayscale: #6F6F6F. Windows color (decimal): -7052963 or 6119828. OLE color: 6119828.
HSL color Cylindrical-coordinate representation of color #94615D: hue angle of 4.36º 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 #94615D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 97 | 93 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.42 |
| HSL | 4.36º | 0.23% | 0.47% | - |
| HSV(B) | 4.36º | 0.37% | 0.58% | - |
| XYZ | 18.46 | 15.64 | 12.4 | - |
| YUV | 111.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 97 | 93 | 0 | 0.34 | 0.37 | 0.42 | 4.36 | 0.23 | 0.47 |
| Hex | 94 | 61 | 5D | 0 | 22 | 25 | 2A | 4 | 17 | 2F |
| Octal | 224 | 141 | 135 | 0 | 42 | 45 | 52 | 4 | 27 | 57 |
| Binary | 10010100 | 1100001 | 1011101 | 0 | 100010 | 100101 | 101010 | 100 | 10111 | 101111 |
Color Harmonies of #94615D
Complementary color
Monochromatic Colors of #94615D
Black with #94615D
Text Example
Text Example
White with #94615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94615D; }
p { color: rgb(148,97,93); }
H1.HeaderClassName
{
color: #94615D;
}
.AnyTagClassName
{
color: #94615D;
}
</style>
background-color css
<style>
a { background-color: #94615D; }
a { background-color: rgb(148,97,93); }
div.DivClassName
{
background-color: #94615D;
}
.BgClassName
{
background-color: #94615D;
}
</style>
border-color css
<style>
span { border-color: #94615D; }
span { border-color: rgb(148,97,93); }
td.TdClassName
{
border-color: #94615D;
}
.TagClassName
{
border-color: #94615D;
}
</style>