Shades of Taupe Grey #91808D
Tints of Taupe Grey #91808D
RGB
CMYK
RGB Variations
Color information
#91808D (or 0x91808D) is known color: Taupe Grey. HEX triplet: 91, 80 and 8D. RGB value is (145,128,141). Sum of RGB (Red+Green+Blue) = 145+128+141=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 145 - color contains mainly: red. Hex color #91808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91808D is #6E7F72. Grayscale: #868686. Windows color (decimal): -7241587 or 9273489. OLE color: 9273489.
HSL color Cylindrical-coordinate representation of color #91808D: hue angle of 314.12º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #91808D is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 128 | 141 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.43 |
| HSL | 314.12º | 0.07% | 0.54% | - |
| HSV(B) | 314.12º | 0.12% | 0.57% | - |
| XYZ | 24.2 | 23.38 | 28.44 | - |
| YUV | 134.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 141 | 0 | 0.12 | 0.03 | 0.43 | 314.12 | 0.07 | 0.54 |
| Hex | 91 | 80 | 8D | 0 | C | 3 | 2B | 13A | 7 | 36 |
| Octal | 221 | 200 | 215 | 0 | 14 | 3 | 53 | 472 | 7 | 66 |
| Binary | 10010001 | 10000000 | 10001101 | 0 | 1100 | 11 | 101011 | 100111010 | 111 | 110110 |
Color Harmonies of #91808D
Complementary color
Monochromatic Colors of #91808D
Black with #91808D
Text Example
Text Example
White with #91808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91808D; }
p { color: rgb(145,128,141); }
H1.HeaderClassName
{
color: #91808D;
}
.AnyTagClassName
{
color: #91808D;
}
</style>
background-color css
<style>
a { background-color: #91808D; }
a { background-color: rgb(145,128,141); }
div.DivClassName
{
background-color: #91808D;
}
.BgClassName
{
background-color: #91808D;
}
</style>
border-color css
<style>
span { border-color: #91808D; }
span { border-color: rgb(145,128,141); }
td.TdClassName
{
border-color: #91808D;
}
.TagClassName
{
border-color: #91808D;
}
</style>