#91A692

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

Shades of Pewter #91A692

Tints of Pewter #91A692

Color information

#91A692 (or 0x91A692) is unknown color: approx Pewter. HEX triplet: 91, A6 and 92. RGB value is (145,166,146). Sum of RGB (Red+Green+Blue) = 145+166+146=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 166 - color contains mainly: green. Hex color #91A692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A692 is #6E596D. Grayscale: #9D9D9D. Windows color (decimal): -7231854 or 9610897. OLE color: 9610897.

HSL color Cylindrical-coordinate representation of color #91A692: hue angle of 122.86º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #91A692 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB145166146-
CMYK0.1300.120.35
HSL122.86º10.55%60.98%-
HSV(B)122.86º12.65%65.1%-
XYZ30.535.3732.41-
YUV157.44121.54119.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.73%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 146 (57.42% from 255) = 31.95%
R=31.73%
G=36.32%
B=31.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1451661460.1300.120.35122.8610.5560.98
Hex91A692D0C237bb3d
Octal22124622215014431731375
Binary10010001101001101001001011010110010001111110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91A692; }

 p { color: rgb(145,166,146); }

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

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

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

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

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

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

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