#909D92

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

Shades of Pewter #909D92

Tints of Pewter #909D92

Color information

#909D92 (or 0x909D92) is unknown color: approx Pewter. HEX triplet: 90, 9D and 92. RGB value is (144,157,146). Sum of RGB (Red+Green+Blue) = 144+157+146=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 157 - color contains mainly: green. Hex color #909D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909D92 is #6F626D. Grayscale: #979797. Windows color (decimal): -7299694 or 9608592. OLE color: 9608592.

HSL color Cylindrical-coordinate representation of color #909D92: hue angle of 129.23º 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 #909D92 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB144157146-
CMYK0.0800.070.38
HSL129.23º6.22%59.02%-
HSV(B)129.23º8.28%61.57%-
XYZ28.7532.1231.88-
YUV151.86124.69122.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.21%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 146 (57.42% from 255) = 32.66%
R=32.21%
G=35.12%
B=32.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441571460.0800.070.38129.236.2259.02
Hex909D92807268163b
Octal220235222100746201673
Binary1001000010011101100100101000011110011010000001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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