Shades of Taupe Grey #91858E
Tints of Taupe Grey #91858E
RGB
CMYK
RGB Variations
Color information
#91858E (or 0x91858E) is known color: Taupe Grey. HEX triplet: 91, 85 and 8E. RGB value is (145,133,142). Sum of RGB (Red+Green+Blue) = 145+133+142=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 145 - color contains mainly: red. Hex color #91858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91858E is #6E7A71. Grayscale: #898989. Windows color (decimal): -7240306 or 9340305. OLE color: 9340305.
HSL color Cylindrical-coordinate representation of color #91858E: hue angle of 315º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #91858E is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 142 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.43 |
| HSL | 315º | 0.05% | 0.55% | - |
| HSV(B) | 315º | 0.08% | 0.57% | - |
| XYZ | 24.95 | 24.75 | 29.05 | - |
| YUV | 137.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 142 | 0 | 0.08 | 0.02 | 0.43 | 315 | 0.05 | 0.55 |
| Hex | 91 | 85 | 8E | 0 | 8 | 2 | 2B | 13B | 5 | 37 |
| Octal | 221 | 205 | 216 | 0 | 10 | 2 | 53 | 473 | 5 | 67 |
| Binary | 10010001 | 10000101 | 10001110 | 0 | 1000 | 10 | 101011 | 100111011 | 101 | 110111 |
Color Harmonies of #91858E
Complementary color
Monochromatic Colors of #91858E
Black with #91858E
Text Example
Text Example
White with #91858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91858E; }
p { color: rgb(145,133,142); }
H1.HeaderClassName
{
color: #91858E;
}
.AnyTagClassName
{
color: #91858E;
}
</style>
background-color css
<style>
a { background-color: #91858E; }
a { background-color: rgb(145,133,142); }
div.DivClassName
{
background-color: #91858E;
}
.BgClassName
{
background-color: #91858E;
}
</style>
border-color css
<style>
span { border-color: #91858E; }
span { border-color: rgb(145,133,142); }
td.TdClassName
{
border-color: #91858E;
}
.TagClassName
{
border-color: #91858E;
}
</style>