#889C86

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

Shades of Pewter #889C86

Tints of Pewter #889C86

Color information

#889C86 (or 0x889C86) is unknown color: approx Pewter. HEX triplet: 88, 9C and 86. RGB value is (136,156,134). Sum of RGB (Red+Green+Blue) = 136+156+134=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 156 - color contains mainly: green. Hex color #889C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889C86 is #776379. Grayscale: #939393. Windows color (decimal): -7824250 or 8821896. OLE color: 8821896.

HSL color Cylindrical-coordinate representation of color #889C86: hue angle of 114.55º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889C86 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB136156134-
CMYK0.1300.140.39
HSL114.55º10%56.86%-
HSV(B)114.55º14.1%61.18%-
XYZ26.3430.7327.1-
YUV147.51120.37119.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.92%
GREEN value IS 156 (61.33% from 255) = 36.62%
BLUE value IS 134 (52.73% from 255) = 31.46%
R=31.92%
G=36.62%
B=31.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361561340.1300.140.39114.551056.86
Hex889C86D0E2773a39
Octal21023420615016471631271
Binary10001000100111001000011011010111010011111100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889C86; }

 p { color: rgb(136,156,134); }

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

<style>
 a { background-color: #889C86; }

 a { background-color: rgb(136,156,134); }

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

<style>
 span { border-color: #889C86; }

 span { border-color: rgb(136,156,134); }

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