Shades of Taupe Grey #91858F
Tints of Taupe Grey #91858F
RGB
CMYK
RGB Variations
Color information
#91858F (or 0x91858F) is known color: Taupe Grey. HEX triplet: 91, 85 and 8F. RGB value is (145,133,143). Sum of RGB (Red+Green+Blue) = 145+133+143=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 145 - color contains mainly: red. Hex color #91858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91858F is #6E7A70. Grayscale: #898989. Windows color (decimal): -7240305 or 9405841. OLE color: 9405841.
HSL color Cylindrical-coordinate representation of color #91858F: hue angle of 310º 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 #91858F is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 143 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.43 |
| HSL | 310º | 0.05% | 0.55% | - |
| HSV(B) | 310º | 0.08% | 0.57% | - |
| XYZ | 25.02 | 24.78 | 29.45 | - |
| YUV | 137.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 143 | 0 | 0.08 | 0.01 | 0.43 | 310 | 0.05 | 0.55 |
| Hex | 91 | 85 | 8F | 0 | 8 | 1 | 2B | 136 | 5 | 37 |
| Octal | 221 | 205 | 217 | 0 | 10 | 1 | 53 | 466 | 5 | 67 |
| Binary | 10010001 | 10000101 | 10001111 | 0 | 1000 | 1 | 101011 | 100110110 | 101 | 110111 |
Color Harmonies of #91858F
Complementary color
Monochromatic Colors of #91858F
Black with #91858F
Text Example
Text Example
White with #91858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91858F; }
p { color: rgb(145,133,143); }
H1.HeaderClassName
{
color: #91858F;
}
.AnyTagClassName
{
color: #91858F;
}
</style>
background-color css
<style>
a { background-color: #91858F; }
a { background-color: rgb(145,133,143); }
div.DivClassName
{
background-color: #91858F;
}
.BgClassName
{
background-color: #91858F;
}
</style>
border-color css
<style>
span { border-color: #91858F; }
span { border-color: rgb(145,133,143); }
td.TdClassName
{
border-color: #91858F;
}
.TagClassName
{
border-color: #91858F;
}
</style>