Shades of Taupe Grey #91898D
Tints of Taupe Grey #91898D
RGB
CMYK
RGB Variations
Color information
#91898D (or 0x91898D) is known color: Taupe Grey. HEX triplet: 91, 89 and 8D. RGB value is (145,137,141). Sum of RGB (Red+Green+Blue) = 145+137+141=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 145 - color contains mainly: red. Hex color #91898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91898D is #6E7672. Grayscale: #8B8B8B. Windows color (decimal): -7239283 or 9275793. OLE color: 9275793.
HSL color Cylindrical-coordinate representation of color #91898D: hue angle of 330º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #91898D is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 141 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.43 |
| HSL | 330º | 0.04% | 0.55% | - |
| HSV(B) | 330º | 0.06% | 0.57% | - |
| XYZ | 25.43 | 25.83 | 28.85 | - |
| YUV | 139.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 141 | 0 | 0.06 | 0.03 | 0.43 | 330 | 0.04 | 0.55 |
| Hex | 91 | 89 | 8D | 0 | 6 | 3 | 2B | 14A | 4 | 37 |
| Octal | 221 | 211 | 215 | 0 | 6 | 3 | 53 | 512 | 4 | 67 |
| Binary | 10010001 | 10001001 | 10001101 | 0 | 110 | 11 | 101011 | 101001010 | 100 | 110111 |
Color Harmonies of #91898D
Complementary color
Monochromatic Colors of #91898D
Black with #91898D
Text Example
Text Example
White with #91898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91898D; }
p { color: rgb(145,137,141); }
H1.HeaderClassName
{
color: #91898D;
}
.AnyTagClassName
{
color: #91898D;
}
</style>
background-color css
<style>
a { background-color: #91898D; }
a { background-color: rgb(145,137,141); }
div.DivClassName
{
background-color: #91898D;
}
.BgClassName
{
background-color: #91898D;
}
</style>
border-color css
<style>
span { border-color: #91898D; }
span { border-color: rgb(145,137,141); }
td.TdClassName
{
border-color: #91898D;
}
.TagClassName
{
border-color: #91898D;
}
</style>