#919C93

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

Shades of Pewter #919C93

Tints of Pewter #919C93

Color information

#919C93 (or 0x919C93) is unknown color: approx Pewter. HEX triplet: 91, 9C and 93. RGB value is (145,156,147). Sum of RGB (Red+Green+Blue) = 145+156+147=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 156 - color contains mainly: green. Hex color #919C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919C93 is #6E636C. Grayscale: #979797. Windows color (decimal): -7234413 or 9673873. OLE color: 9673873.

HSL color Cylindrical-coordinate representation of color #919C93: hue angle of 130.91º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #919C93 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB145156147-
CMYK0.0700.060.39
HSL130.91º5.26%59.02%-
HSV(B)130.91º7.05%61.18%-
XYZ28.8331.932.24-
YUV151.68125.36123.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.37%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=32.37%
G=34.82%
B=32.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451561470.0700.060.39130.915.2659.02
Hex919C93706278353b
Octal22123422370647203573
Binary100100011001110010010011111011010011110000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,156,147); }

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

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

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

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

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

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

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