#919D91

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

Shades of Pewter #919D91

Tints of Pewter #919D91

Color information

#919D91 (or 0x919D91) is unknown color: approx Pewter. HEX triplet: 91, 9D and 91. RGB value is (145,157,145). Sum of RGB (Red+Green+Blue) = 145+157+145=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 157 - color contains mainly: green. Hex color #919D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919D91 is #6E626E. Grayscale: #989898. Windows color (decimal): -7234159 or 9543057. OLE color: 9543057.

HSL color Cylindrical-coordinate representation of color #919D91: hue angle of 120º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #919D91 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB145157145-
CMYK0.0800.080.38
HSL120º5.77%59.22%-
HSV(B)120º7.64%61.57%-
XYZ28.8432.1831.48-
YUV152.04124.02122.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.44%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 145 (57.03% from 255) = 32.44%
R=32.44%
G=35.12%
B=32.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451571450.0800.080.381205.7759.22
Hex919D91808267863b
Octal2212352211001046170673
Binary1001000110011101100100011000010001001101111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919D91; }

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

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

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

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

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

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

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

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