Shades of Taupe Grey #91858D
Tints of Taupe Grey #91858D
RGB
CMYK
RGB Variations
Color information
#91858D (or 0x91858D) is known color: Taupe Grey. HEX triplet: 91, 85 and 8D. RGB value is (145,133,141). Sum of RGB (Red+Green+Blue) = 145+133+141=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 145 - color contains mainly: red. Hex color #91858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91858D is #6E7A72. Grayscale: #898989. Windows color (decimal): -7240307 or 9274769. OLE color: 9274769.
HSL color Cylindrical-coordinate representation of color #91858D: hue angle of 320º 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 #91858D is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 141 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.43 |
| HSL | 320º | 0.05% | 0.55% | - |
| HSV(B) | 320º | 0.08% | 0.57% | - |
| XYZ | 24.87 | 24.72 | 28.66 | - |
| YUV | 137.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 141 | 0 | 0.08 | 0.03 | 0.43 | 320 | 0.05 | 0.55 |
| Hex | 91 | 85 | 8D | 0 | 8 | 3 | 2B | 140 | 5 | 37 |
| Octal | 221 | 205 | 215 | 0 | 10 | 3 | 53 | 500 | 5 | 67 |
| Binary | 10010001 | 10000101 | 10001101 | 0 | 1000 | 11 | 101011 | 101000000 | 101 | 110111 |
Color Harmonies of #91858D
Complementary color
Monochromatic Colors of #91858D
Black with #91858D
Text Example
Text Example
White with #91858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91858D; }
p { color: rgb(145,133,141); }
H1.HeaderClassName
{
color: #91858D;
}
.AnyTagClassName
{
color: #91858D;
}
</style>
background-color css
<style>
a { background-color: #91858D; }
a { background-color: rgb(145,133,141); }
div.DivClassName
{
background-color: #91858D;
}
.BgClassName
{
background-color: #91858D;
}
</style>
border-color css
<style>
span { border-color: #91858D; }
span { border-color: rgb(145,133,141); }
td.TdClassName
{
border-color: #91858D;
}
.TagClassName
{
border-color: #91858D;
}
</style>