Shades of Taupe Grey #91818F
Tints of Taupe Grey #91818F
RGB
CMYK
RGB Variations
Color information
#91818F (or 0x91818F) is known color: Taupe Grey. HEX triplet: 91, 81 and 8F. RGB value is (145,129,143). Sum of RGB (Red+Green+Blue) = 145+129+143=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 145 - color contains mainly: red. Hex color #91818F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91818F is #6E7E70. Grayscale: #878787. Windows color (decimal): -7241329 or 9404817. OLE color: 9404817.
HSL color Cylindrical-coordinate representation of color #91818F: hue angle of 307.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 #91818F is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 143 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.43 |
| HSL | 307.5º | 0.07% | 0.54% | - |
| HSV(B) | 307.5º | 0.11% | 0.57% | - |
| XYZ | 24.49 | 23.7 | 29.27 | - |
| YUV | 135.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 143 | 0 | 0.11 | 0.01 | 0.43 | 307.5 | 0.07 | 0.54 |
| Hex | 91 | 81 | 8F | 0 | B | 1 | 2B | 134 | 7 | 36 |
| Octal | 221 | 201 | 217 | 0 | 13 | 1 | 53 | 464 | 7 | 66 |
| Binary | 10010001 | 10000001 | 10001111 | 0 | 1011 | 1 | 101011 | 100110100 | 111 | 110110 |
Color Harmonies of #91818F
Complementary color
Monochromatic Colors of #91818F
Black with #91818F
Text Example
Text Example
White with #91818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91818F; }
p { color: rgb(145,129,143); }
H1.HeaderClassName
{
color: #91818F;
}
.AnyTagClassName
{
color: #91818F;
}
</style>
background-color css
<style>
a { background-color: #91818F; }
a { background-color: rgb(145,129,143); }
div.DivClassName
{
background-color: #91818F;
}
.BgClassName
{
background-color: #91818F;
}
</style>
border-color css
<style>
span { border-color: #91818F; }
span { border-color: rgb(145,129,143); }
td.TdClassName
{
border-color: #91818F;
}
.TagClassName
{
border-color: #91818F;
}
</style>