Shades of Taupe Grey #91868F
Tints of Taupe Grey #91868F
RGB
CMYK
RGB Variations
Color information
#91868F (or 0x91868F) is known color: Taupe Grey. HEX triplet: 91, 86 and 8F. RGB value is (145,134,143). Sum of RGB (Red+Green+Blue) = 145+134+143=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 145 - color contains mainly: red. Hex color #91868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91868F is #6E7970. Grayscale: #8A8A8A. Windows color (decimal): -7240049 or 9406097. OLE color: 9406097.
HSL color Cylindrical-coordinate representation of color #91868F: hue angle of 310.91º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #91868F is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 134 | 143 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.43 |
| HSL | 310.91º | 0.05% | 0.55% | - |
| HSV(B) | 310.91º | 0.08% | 0.57% | - |
| XYZ | 25.16 | 25.05 | 29.5 | - |
| YUV | 138.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 143 | 0 | 0.08 | 0.01 | 0.43 | 310.91 | 0.05 | 0.55 |
| Hex | 91 | 86 | 8F | 0 | 8 | 1 | 2B | 137 | 5 | 37 |
| Octal | 221 | 206 | 217 | 0 | 10 | 1 | 53 | 467 | 5 | 67 |
| Binary | 10010001 | 10000110 | 10001111 | 0 | 1000 | 1 | 101011 | 100110111 | 101 | 110111 |
Color Harmonies of #91868F
Complementary color
Monochromatic Colors of #91868F
Black with #91868F
Text Example
Text Example
White with #91868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91868F; }
p { color: rgb(145,134,143); }
H1.HeaderClassName
{
color: #91868F;
}
.AnyTagClassName
{
color: #91868F;
}
</style>
background-color css
<style>
a { background-color: #91868F; }
a { background-color: rgb(145,134,143); }
div.DivClassName
{
background-color: #91868F;
}
.BgClassName
{
background-color: #91868F;
}
</style>
border-color css
<style>
span { border-color: #91868F; }
span { border-color: rgb(145,134,143); }
td.TdClassName
{
border-color: #91868F;
}
.TagClassName
{
border-color: #91868F;
}
</style>