#928491

Color #928491 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #928491

Tints of Taupe Grey #928491

Color information

#928491 (or 0x928491) is unknown color: approx Taupe Grey. HEX triplet: 92, 84 and 91. RGB value is (146,132,145). Sum of RGB (Red+Green+Blue) = 146+132+145=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 146 - color contains mainly: red. Hex color #928491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928491 is #6D7B6E. Grayscale: #898989. Windows color (decimal): -7175023 or 9536658. OLE color: 9536658.

HSL color Cylindrical-coordinate representation of color #928491: hue angle of 304.29º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #928491 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB146132145-
CMYK00.100.010.43
HSL304.29º6.03%54.51%-
HSV(B)304.29º9.59%57.25%-
XYZ25.2224.6630.22-
YUV137.67132.14133.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=34.52%
G=31.21%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613214500.100.010.43304.296.0354.51
Hex9284910A12B130637
Octal222204221012153460667
Binary100100101000010010010001010101101011100110000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928491; }

 p { color: rgb(146,132,145); }

 H1.HeaderClassName
 {
   color: #928491;
 }
 .AnyTagClassName
 {
   color: #928491;
 }
</style>
background-color css

<style>
 a { background-color: #928491; }

 a { background-color: rgb(146,132,145); }

 div.DivClassName
 {
   background-color: #928491;
 }
 .BgClassName
 {
   background-color: #928491;
 }
</style>
border-color css

<style>
 span { border-color: #928491; }

 span { border-color: rgb(146,132,145); }

 td.TdClassName
 {
   border-color: #928491;
 }
 .TagClassName
 {
   border-color: #928491;
 }
</style>