#929991

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

Shades of Mantle #929991

Tints of Mantle #929991

Color information

#929991 (or 0x929991) is unknown color: approx Mantle. HEX triplet: 92, 99 and 91. RGB value is (146,153,145). Sum of RGB (Red+Green+Blue) = 146+153+145=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 153 - color contains mainly: green. Hex color #929991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929991 is #6D666E. Grayscale: #969696. Windows color (decimal): -7169647 or 9542034. OLE color: 9542034.

HSL color Cylindrical-coordinate representation of color #929991: hue angle of 112.5º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #929991 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB146153145-
CMYK0.0500.050.4
HSL112.5º3.77%58.43%-
HSV(B)112.5º5.23%60%-
XYZ28.3630.9431.27-
YUV149.99125.18125.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.88%
GREEN value IS 153 (60.16% from 255) = 34.46%
BLUE value IS 145 (57.03% from 255) = 32.66%
R=32.88%
G=34.46%
B=32.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531450.0500.050.4112.53.7758.43
Hex929991505287043a
Octal22223122150550160472
Binary10010010100110011001000110101011010001110000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929991; }

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

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

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

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

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

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

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

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