Shades of Taupe Grey #91808A
Tints of Taupe Grey #91808A
RGB
CMYK
RGB Variations
Color information
#91808A (or 0x91808A) is known color: Taupe Grey. HEX triplet: 91, 80 and 8A. RGB value is (145,128,138). Sum of RGB (Red+Green+Blue) = 145+128+138=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #91808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91808A is #6E7F75. Grayscale: #868686. Windows color (decimal): -7241590 or 9076881. OLE color: 9076881.
HSL color Cylindrical-coordinate representation of color #91808A: hue angle of 324.71º 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 #91808A is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 128 | 138 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.43 |
| HSL | 324.71º | 0.07% | 0.54% | - |
| HSV(B) | 324.71º | 0.12% | 0.57% | - |
| XYZ | 23.98 | 23.29 | 27.28 | - |
| YUV | 134.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 138 | 0 | 0.12 | 0.05 | 0.43 | 324.71 | 0.07 | 0.54 |
| Hex | 91 | 80 | 8A | 0 | C | 5 | 2B | 145 | 7 | 36 |
| Octal | 221 | 200 | 212 | 0 | 14 | 5 | 53 | 505 | 7 | 66 |
| Binary | 10010001 | 10000000 | 10001010 | 0 | 1100 | 101 | 101011 | 101000101 | 111 | 110110 |
Color Harmonies of #91808A
Complementary color
Monochromatic Colors of #91808A
Black with #91808A
Text Example
Text Example
White with #91808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91808A; }
p { color: rgb(145,128,138); }
H1.HeaderClassName
{
color: #91808A;
}
.AnyTagClassName
{
color: #91808A;
}
</style>
background-color css
<style>
a { background-color: #91808A; }
a { background-color: rgb(145,128,138); }
div.DivClassName
{
background-color: #91808A;
}
.BgClassName
{
background-color: #91808A;
}
</style>
border-color css
<style>
span { border-color: #91808A; }
span { border-color: rgb(145,128,138); }
td.TdClassName
{
border-color: #91808A;
}
.TagClassName
{
border-color: #91808A;
}
</style>