Shades of Taupe Grey #91818B
Tints of Taupe Grey #91818B
RGB
CMYK
RGB Variations
Color information
#91818B (or 0x91818B) is known color: Taupe Grey. HEX triplet: 91, 81 and 8B. RGB value is (145,129,139). Sum of RGB (Red+Green+Blue) = 145+129+139=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 145 - color contains mainly: red. Hex color #91818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91818B is #6E7E74. Grayscale: #868686. Windows color (decimal): -7241333 or 9142673. OLE color: 9142673.
HSL color Cylindrical-coordinate representation of color #91818B: hue angle of 322.5º 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 #91818B is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 139 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.43 |
| HSL | 322.5º | 0.07% | 0.54% | - |
| HSV(B) | 322.5º | 0.11% | 0.57% | - |
| XYZ | 24.19 | 23.58 | 27.7 | - |
| YUV | 134.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 139 | 0 | 0.11 | 0.04 | 0.43 | 322.5 | 0.07 | 0.54 |
| Hex | 91 | 81 | 8B | 0 | B | 4 | 2B | 142 | 7 | 36 |
| Octal | 221 | 201 | 213 | 0 | 13 | 4 | 53 | 502 | 7 | 66 |
| Binary | 10010001 | 10000001 | 10001011 | 0 | 1011 | 100 | 101011 | 101000010 | 111 | 110110 |
Color Harmonies of #91818B
Complementary color
Monochromatic Colors of #91818B
Black with #91818B
Text Example
Text Example
White with #91818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91818B; }
p { color: rgb(145,129,139); }
H1.HeaderClassName
{
color: #91818B;
}
.AnyTagClassName
{
color: #91818B;
}
</style>
background-color css
<style>
a { background-color: #91818B; }
a { background-color: rgb(145,129,139); }
div.DivClassName
{
background-color: #91818B;
}
.BgClassName
{
background-color: #91818B;
}
</style>
border-color css
<style>
span { border-color: #91818B; }
span { border-color: rgb(145,129,139); }
td.TdClassName
{
border-color: #91818B;
}
.TagClassName
{
border-color: #91818B;
}
</style>