#8B968B

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

Shades of Pewter #8B968B

Tints of Pewter #8B968B

Color information

#8B968B (or 0x8B968B) is unknown color: approx Pewter. HEX triplet: 8B, 96 and 8B. RGB value is (139,150,139). Sum of RGB (Red+Green+Blue) = 139+150+139=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 150 - color contains mainly: green. Hex color #8B968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B968B is #746974. Grayscale: #919191. Windows color (decimal): -7629173 or 9148043. OLE color: 9148043.

HSL color Cylindrical-coordinate representation of color #8B968B: hue angle of 120º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B968B is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB139150139-
CMYK0.0700.070.41
HSL120º4.98%56.67%-
HSV(B)120º7.33%58.82%-
XYZ26.2129.1728.67-
YUV145.46124.36123.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.48%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=32.48%
G=35.05%
B=32.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1391501390.0700.070.411204.9856.67
Hex8B968B7072978539
Octal21322621370751170571
Binary10001011100101101000101111101111010011111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,150,139); }

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

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

 a { background-color: rgb(139,150,139); }

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

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

 span { border-color: rgb(139,150,139); }

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