Shades of Taupe Grey #91818A
Tints of Taupe Grey #91818A
RGB
CMYK
RGB Variations
Color information
#91818A (or 0x91818A) is known color: Taupe Grey. HEX triplet: 91, 81 and 8A. RGB value is (145,129,138). Sum of RGB (Red+Green+Blue) = 145+129+138=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 145 - color contains mainly: red. Hex color #91818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91818A is #6E7E75. Grayscale: #868686. Windows color (decimal): -7241334 or 9077137. OLE color: 9077137.
HSL color Cylindrical-coordinate representation of color #91818A: hue angle of 326.25º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #91818A is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 138 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.43 |
| HSL | 326.25º | 0.07% | 0.54% | - |
| HSV(B) | 326.25º | 0.11% | 0.57% | - |
| XYZ | 24.11 | 23.56 | 27.32 | - |
| YUV | 134.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 138 | 0 | 0.11 | 0.05 | 0.43 | 326.25 | 0.07 | 0.54 |
| Hex | 91 | 81 | 8A | 0 | B | 5 | 2B | 146 | 7 | 36 |
| Octal | 221 | 201 | 212 | 0 | 13 | 5 | 53 | 506 | 7 | 66 |
| Binary | 10010001 | 10000001 | 10001010 | 0 | 1011 | 101 | 101011 | 101000110 | 111 | 110110 |
Color Harmonies of #91818A
Complementary color
Monochromatic Colors of #91818A
Black with #91818A
Text Example
Text Example
White with #91818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91818A; }
p { color: rgb(145,129,138); }
H1.HeaderClassName
{
color: #91818A;
}
.AnyTagClassName
{
color: #91818A;
}
</style>
background-color css
<style>
a { background-color: #91818A; }
a { background-color: rgb(145,129,138); }
div.DivClassName
{
background-color: #91818A;
}
.BgClassName
{
background-color: #91818A;
}
</style>
border-color css
<style>
span { border-color: #91818A; }
span { border-color: rgb(145,129,138); }
td.TdClassName
{
border-color: #91818A;
}
.TagClassName
{
border-color: #91818A;
}
</style>