#96A596

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

Shades of Pewter #96A596

Tints of Pewter #96A596

Color information

#96A596 (or 0x96A596) is unknown color: approx Pewter. HEX triplet: 96, A5 and 96. RGB value is (150,165,150). Sum of RGB (Red+Green+Blue) = 150+165+150=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 165 - color contains mainly: green. Hex color #96A596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A596 is #695A69. Grayscale: #9E9E9E. Windows color (decimal): -6904426 or 9872790. OLE color: 9872790.

HSL color Cylindrical-coordinate representation of color #96A596: hue angle of 120º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #96A596 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB150165150-
CMYK0.0900.090.35
HSL120º7.69%61.76%-
HSV(B)120º9.09%64.71%-
XYZ31.5435.634.06-
YUV158.8123.03121.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=32.26%
G=35.48%
B=32.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501651500.0900.090.351207.6961.76
Hex96A596909237883e
Octal22624522611011431701076
Binary10010110101001011001011010010100110001111110001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A596; }

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

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

<style>
 a { background-color: #96A596; }

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

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

<style>
 span { border-color: #96A596; }

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

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