Shades of Taupe Grey #91898F
Tints of Taupe Grey #91898F
RGB
CMYK
RGB Variations
Color information
#91898F (or 0x91898F) is known color: Taupe Grey. HEX triplet: 91, 89 and 8F. RGB value is (145,137,143). Sum of RGB (Red+Green+Blue) = 145+137+143=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 145 - color contains mainly: red. Hex color #91898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91898F is #6E7670. Grayscale: #8C8C8C. Windows color (decimal): -7239281 or 9406865. OLE color: 9406865.
HSL color Cylindrical-coordinate representation of color #91898F: hue angle of 315º 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 #91898F is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 143 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.43 |
| HSL | 315º | 0.04% | 0.55% | - |
| HSV(B) | 315º | 0.06% | 0.57% | - |
| XYZ | 25.58 | 25.89 | 29.64 | - |
| YUV | 140.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 143 | 0 | 0.06 | 0.01 | 0.43 | 315 | 0.04 | 0.55 |
| Hex | 91 | 89 | 8F | 0 | 6 | 1 | 2B | 13B | 4 | 37 |
| Octal | 221 | 211 | 217 | 0 | 6 | 1 | 53 | 473 | 4 | 67 |
| Binary | 10010001 | 10001001 | 10001111 | 0 | 110 | 1 | 101011 | 100111011 | 100 | 110111 |
Color Harmonies of #91898F
Complementary color
Monochromatic Colors of #91898F
Black with #91898F
Text Example
Text Example
White with #91898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91898F; }
p { color: rgb(145,137,143); }
H1.HeaderClassName
{
color: #91898F;
}
.AnyTagClassName
{
color: #91898F;
}
</style>
background-color css
<style>
a { background-color: #91898F; }
a { background-color: rgb(145,137,143); }
div.DivClassName
{
background-color: #91898F;
}
.BgClassName
{
background-color: #91898F;
}
</style>
border-color css
<style>
span { border-color: #91898F; }
span { border-color: rgb(145,137,143); }
td.TdClassName
{
border-color: #91898F;
}
.TagClassName
{
border-color: #91898F;
}
</style>