#909691

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

Shades of Pewter #909691

Tints of Pewter #909691

Color information

#909691 (or 0x909691) is unknown color: approx Pewter. HEX triplet: 90, 96 and 91. RGB value is (144,150,145). Sum of RGB (Red+Green+Blue) = 144+150+145=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 150 - color contains mainly: green. Hex color #909691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909691 is #6F696E. Grayscale: #939393. Windows color (decimal): -7301487 or 9541264. OLE color: 9541264.

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

Color convert

RGB144150145-
CMYK0.0400.030.41
HSL130º2.78%57.65%-
HSV(B)130º4%58.82%-
XYZ27.5229.7931.09-
YUV147.64126.51125.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.80%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 145 (57.03% from 255) = 33.03%
R=32.80%
G=34.17%
B=33.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441501450.0400.030.411302.7857.65
Hex909691403298233a
Octal22022622140351202372
Binary1001000010010110100100011000111010011000001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909691; }

 p { color: rgb(144,150,145); }

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

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

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

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

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

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

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