#919291

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

Shades of Pewter #919291

Tints of Pewter #919291

Color information

#919291 (or 0x919291) is unknown color: approx Pewter. HEX triplet: 91, 92 and 91. RGB value is (145,146,145). Sum of RGB (Red+Green+Blue) = 145+146+145=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 146 - color contains mainly: green. Hex color #919291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919291 is #6E6D6E. Grayscale: #919191. Windows color (decimal): -7236975 or 9540241. OLE color: 9540241.

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

Color convert

RGB145146145-
CMYK0.0100.010.43
HSL120º0.46%57.06%-
HSV(B)120º0.68%57.25%-
XYZ27.0728.6230.89-
YUV145.59127.67127.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.26%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=33.26%
G=33.49%
B=33.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451461450.0100.010.431200.4657.06
Hex9192911012B78039
Octal22122222110153170071
Binary10010001100100101001000110110101111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919291; }

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

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

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

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

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

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

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

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