#909E92

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

Shades of Pewter #909E92

Tints of Pewter #909E92

Color information

#909E92 (or 0x909E92) is unknown color: approx Pewter. HEX triplet: 90, 9E and 92. RGB value is (144,158,146). Sum of RGB (Red+Green+Blue) = 144+158+146=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 158 - color contains mainly: green. Hex color #909E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909E92 is #6F616D. Grayscale: #989898. Windows color (decimal): -7299438 or 9608848. OLE color: 9608848.

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

Color convert

RGB144158146-
CMYK0.0900.080.38
HSL128.57º6.73%59.22%-
HSV(B)128.57º8.86%61.96%-
XYZ28.9232.4631.94-
YUV152.45124.36121.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.14%
GREEN value IS 158 (62.11% from 255) = 35.27%
BLUE value IS 146 (57.42% from 255) = 32.59%
R=32.14%
G=35.27%
B=32.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441581460.0900.080.38128.576.7359.22
Hex909E92908268173b
Octal2202362221101046201773
Binary10010000100111101001001010010100010011010000001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909E92; }

 p { color: rgb(144,158,146); }

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

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

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

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

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

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

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