#94A696

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

Shades of Pewter #94A696

Tints of Pewter #94A696

Color information

#94A696 (or 0x94A696) is unknown color: approx Pewter. HEX triplet: 94, A6 and 96. RGB value is (148,166,150). Sum of RGB (Red+Green+Blue) = 148+166+150=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 166 - color contains mainly: green. Hex color #94A696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A696 is #6B5969. Grayscale: #9E9E9E. Windows color (decimal): -7035242 or 9873044. OLE color: 9873044.

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

Color convert

RGB148166150-
CMYK0.1100.100.35
HSL126.67º9.18%61.57%-
HSV(B)126.67º10.84%65.1%-
XYZ31.3535.7734.11-
YUV158.79123.04120.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 166 (65.23% from 255) = 35.78%
BLUE value IS 150 (58.98% from 255) = 32.33%
R=31.90%
G=35.78%
B=32.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481661500.1100.100.35126.679.1861.57
Hex94A696B0A237f93e
Octal22424622613012431771176
Binary10010100101001101001011010110101010001111111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A696; }

 p { color: rgb(148,166,150); }

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

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

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

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

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

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

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