#969A96

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

Shades of Pewter #969A96

Tints of Pewter #969A96

Color information

#969A96 (or 0x969A96) is unknown color: approx Pewter. HEX triplet: 96, 9A and 96. RGB value is (150,154,150). Sum of RGB (Red+Green+Blue) = 150+154+150=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 154 - color contains mainly: green. Hex color #969A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969A96 is #696569. Grayscale: #989898. Windows color (decimal): -6907242 or 9869974. OLE color: 9869974.

HSL color Cylindrical-coordinate representation of color #969A96: hue angle of 120º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #969A96 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB150154150-
CMYK0.0300.030.40
HSL120º1.94%59.61%-
HSV(B)120º2.6%60.39%-
XYZ29.6431.833.43-
YUV152.35126.67126.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.04%
GREEN value IS 154 (60.55% from 255) = 33.92%
BLUE value IS 150 (58.98% from 255) = 33.04%
R=33.04%
G=33.92%
B=33.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501541500.0300.030.401201.9459.61
Hex969A96303287823c
Octal22623222630350170274
Binary10010110100110101001011011011101000111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969A96; }

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

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

<style>
 a { background-color: #969A96; }

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

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

<style>
 span { border-color: #969A96; }

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

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