#899B8A

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

Shades of Pewter #899B8A

Tints of Pewter #899B8A

Color information

#899B8A (or 0x899B8A) is unknown color: approx Pewter. HEX triplet: 89, 9B and 8A. RGB value is (137,155,138). Sum of RGB (Red+Green+Blue) = 137+155+138=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #899B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B8A is #766475. Grayscale: #939393. Windows color (decimal): -7758966 or 9083785. OLE color: 9083785.

HSL color Cylindrical-coordinate representation of color #899B8A: hue angle of 123.33º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899B8A is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB137155138-
CMYK0.1200.110.39
HSL123.33º8.26%57.25%-
HSV(B)123.33º11.61%60.78%-
XYZ26.6330.628.55-
YUV147.68122.54120.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.86%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=31.86%
G=36.05%
B=32.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371551380.1200.110.39123.338.2657.25
Hex899B8AC0B277b839
Octal21123321214013471731071
Binary10001001100110111000101011000101110011111110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899B8A; }

 p { color: rgb(137,155,138); }

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

<style>
 a { background-color: #899B8A; }

 a { background-color: rgb(137,155,138); }

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

<style>
 span { border-color: #899B8A; }

 span { border-color: rgb(137,155,138); }

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