#95A695

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

Shades of Pewter #95A695

Tints of Pewter #95A695

Color information

#95A695 (or 0x95A695) is unknown color: approx Pewter. HEX triplet: 95, A6 and 95. RGB value is (149,166,149). Sum of RGB (Red+Green+Blue) = 149+166+149=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 166 - color contains mainly: green. Hex color #95A695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A695 is #6A596A. Grayscale: #9F9F9F. Windows color (decimal): -6969707 or 9807509. OLE color: 9807509.

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

Color convert

RGB149166149-
CMYK0.1000.100.35
HSL120º8.72%61.76%-
HSV(B)120º10.24%65.1%-
XYZ31.4635.8333.69-
YUV158.98122.37120.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.11%
GREEN value IS 166 (65.23% from 255) = 35.78%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=32.11%
G=35.78%
B=32.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491661490.1000.100.351208.7261.76
Hex95A695A0A237893e
Octal22524622512012431701176
Binary10010101101001101001010110100101010001111110001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A695; }

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

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

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

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

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

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

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

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