#919991

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

Shades of Pewter #919991

Tints of Pewter #919991

Color information

#919991 (or 0x919991) is unknown color: approx Pewter. HEX triplet: 91, 99 and 91. RGB value is (145,153,145). Sum of RGB (Red+Green+Blue) = 145+153+145=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 153 - color contains mainly: green. Hex color #919991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919991 is #6E666E. Grayscale: #959595. Windows color (decimal): -7235183 or 9542033. OLE color: 9542033.

HSL color Cylindrical-coordinate representation of color #919991: hue angle of 120º 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 #919991 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB145153145-
CMYK0.0500.050.4
HSL120º3.77%58.43%-
HSV(B)120º5.23%60%-
XYZ28.1830.8531.26-
YUV149.7125.35124.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.73%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 145 (57.03% from 255) = 32.73%
R=32.73%
G=34.54%
B=32.73%

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
Decimal1451531450.0500.050.41203.7758.43
Hex919991505287843a
Octal22123122150550170472
Binary10010001100110011001000110101011010001111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919991; }

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

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

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

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

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

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

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

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