Shades of Taupe Grey #928591
Tints of Taupe Grey #928591
RGB
CMYK
RGB Variations
Color information
#928591 (or 0x928591) is known color: Taupe Grey. HEX triplet: 92, 85 and 91. RGB value is (146,133,145). Sum of RGB (Red+Green+Blue) = 146+133+145=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 146 - color contains mainly: red. Hex color #928591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928591 is #6D7A6E. Grayscale: #8A8A8A. Windows color (decimal): -7174767 or 9536914. OLE color: 9536914.
HSL color Cylindrical-coordinate representation of color #928591: hue angle of 304.62º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #928591 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 145 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.43 |
| HSL | 304.62º | 0.06% | 0.55% | - |
| HSV(B) | 304.62º | 0.09% | 0.57% | - |
| XYZ | 25.35 | 24.93 | 30.26 | - |
| YUV | 138.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 145 | 0 | 0.09 | 0.01 | 0.43 | 304.62 | 0.06 | 0.55 |
| Hex | 92 | 85 | 91 | 0 | 9 | 1 | 2B | 131 | 6 | 37 |
| Octal | 222 | 205 | 221 | 0 | 11 | 1 | 53 | 461 | 6 | 67 |
| Binary | 10010010 | 10000101 | 10010001 | 0 | 1001 | 1 | 101011 | 100110001 | 110 | 110111 |
Color Harmonies of #928591
Complementary color
Monochromatic Colors of #928591
Black with #928591
Text Example
Text Example
White with #928591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928591; }
p { color: rgb(146,133,145); }
H1.HeaderClassName
{
color: #928591;
}
.AnyTagClassName
{
color: #928591;
}
</style>
background-color css
<style>
a { background-color: #928591; }
a { background-color: rgb(146,133,145); }
div.DivClassName
{
background-color: #928591;
}
.BgClassName
{
background-color: #928591;
}
</style>
border-color css
<style>
span { border-color: #928591; }
span { border-color: rgb(146,133,145); }
td.TdClassName
{
border-color: #928591;
}
.TagClassName
{
border-color: #928591;
}
</style>