#8F9C91

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

Shades of Pewter #8F9C91

Tints of Pewter #8F9C91

Color information

#8F9C91 (or 0x8F9C91) is unknown color: approx Pewter. HEX triplet: 8F, 9C and 91. RGB value is (143,156,145). Sum of RGB (Red+Green+Blue) = 143+156+145=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9C91 is #70636E. Grayscale: #969696. Windows color (decimal): -7365487 or 9542799. OLE color: 9542799.

HSL color Cylindrical-coordinate representation of color #8F9C91: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F9C91 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB143156145-
CMYK0.0800.070.39
HSL129.23º6.16%58.63%-
HSV(B)129.23º8.33%61.18%-
XYZ28.3331.6631.41-
YUV150.86124.69122.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.21%
GREEN value IS 156 (61.33% from 255) = 35.14%
BLUE value IS 145 (57.03% from 255) = 32.66%
R=32.21%
G=35.14%
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.39
SystemRedGreenBlueCMYKHSL
Decimal1431561450.0800.070.39129.236.1658.63
Hex8F9C91807278163b
Octal217234221100747201673
Binary1000111110011100100100011000011110011110000001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F9C91; }

 p { color: rgb(143,156,145); }

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

<style>
 a { background-color: #8F9C91; }

 a { background-color: rgb(143,156,145); }

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

<style>
 span { border-color: #8F9C91; }

 span { border-color: rgb(143,156,145); }

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