#959995

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

Shades of Pewter #959995

Tints of Pewter #959995

Color information

#959995 (or 0x959995) is unknown color: approx Pewter. HEX triplet: 95, 99 and 95. RGB value is (149,153,149). Sum of RGB (Red+Green+Blue) = 149+153+149=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 153 - color contains mainly: green. Hex color #959995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959995 is #6A666A. Grayscale: #979797. Windows color (decimal): -6973035 or 9804181. OLE color: 9804181.

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

Color convert

RGB149153149-
CMYK0.0300.030.4
HSL120º1.92%59.22%-
HSV(B)120º2.61%60%-
XYZ29.2131.3432.94-
YUV151.35126.67126.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.04%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 149 (58.59% 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.4
SystemRedGreenBlueCMYKHSL
Decimal1491531490.0300.030.41201.9259.22
Hex959995303287823b
Octal22523122530350170273
Binary10010101100110011001010111011101000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959995; }

 p { color: rgb(149,153,149); }

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

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

 a { background-color: rgb(149,153,149); }

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

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

 span { border-color: rgb(149,153,149); }

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