Shades of Taupe Grey #91848B
Tints of Taupe Grey #91848B
RGB
CMYK
RGB Variations
Color information
#91848B (or 0x91848B) is known color: Taupe Grey. HEX triplet: 91, 84 and 8B. RGB value is (145,132,139). Sum of RGB (Red+Green+Blue) = 145+132+139=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 145 - color contains mainly: red. Hex color #91848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91848B is #6E7B74. Grayscale: #888888. Windows color (decimal): -7240565 or 9143441. OLE color: 9143441.
HSL color Cylindrical-coordinate representation of color #91848B: hue angle of 327.69º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #91848B is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 132 | 139 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.43 |
| HSL | 327.69º | 0.06% | 0.54% | - |
| HSV(B) | 327.69º | 0.09% | 0.57% | - |
| XYZ | 24.59 | 24.39 | 27.84 | - |
| YUV | 136.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 139 | 0 | 0.09 | 0.04 | 0.43 | 327.69 | 0.06 | 0.54 |
| Hex | 91 | 84 | 8B | 0 | 9 | 4 | 2B | 148 | 6 | 36 |
| Octal | 221 | 204 | 213 | 0 | 11 | 4 | 53 | 510 | 6 | 66 |
| Binary | 10010001 | 10000100 | 10001011 | 0 | 1001 | 100 | 101011 | 101001000 | 110 | 110110 |
Color Harmonies of #91848B
Complementary color
Monochromatic Colors of #91848B
Black with #91848B
Text Example
Text Example
White with #91848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91848B; }
p { color: rgb(145,132,139); }
H1.HeaderClassName
{
color: #91848B;
}
.AnyTagClassName
{
color: #91848B;
}
</style>
background-color css
<style>
a { background-color: #91848B; }
a { background-color: rgb(145,132,139); }
div.DivClassName
{
background-color: #91848B;
}
.BgClassName
{
background-color: #91848B;
}
</style>
border-color css
<style>
span { border-color: #91848B; }
span { border-color: rgb(145,132,139); }
td.TdClassName
{
border-color: #91848B;
}
.TagClassName
{
border-color: #91848B;
}
</style>