#928591

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

Shades of Taupe Grey #928591

Tints of Taupe Grey #928591

Color information

#928591 (or 0x928591) is unknown color: approx 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

RGB146133145-
CMYK00.090.010.43
HSL304.62º5.63%54.71%-
HSV(B)304.62º8.9%57.25%-
XYZ25.3524.9330.26-
YUV138.26131.81133.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.43%
GREEN value IS 133 (52.34% from 255) = 31.37%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=34.43%
G=31.37%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613314500.090.010.43304.625.6354.71
Hex9285910912B131637
Octal222205221011153461667
Binary100100101000010110010001010011101011100110001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>