#929993

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

Shades of Pewter #929993

Tints of Pewter #929993

Color information

#929993 (or 0x929993) is unknown color: approx Pewter. HEX triplet: 92, 99 and 93. RGB value is (146,153,147). Sum of RGB (Red+Green+Blue) = 146+153+147=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 153 - color contains mainly: green. Hex color #929993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929993 is #6D666C. Grayscale: #969696. Windows color (decimal): -7169645 or 9673106. OLE color: 9673106.

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

Color convert

RGB146153147-
CMYK0.0500.040.4
HSL128.57º3.32%58.63%-
HSV(B)128.57º4.58%60%-
XYZ28.513132.08-
YUV150.22126.18124.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.74%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 147 (57.81% from 255) = 32.96%
R=32.74%
G=34.30%
B=32.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531470.0500.040.4128.573.3258.63
Hex929993504288133b
Octal22223122350450201373
Binary10010010100110011001001110101001010001000000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929993; }

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

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

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

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

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

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

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

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