#94A596

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

Shades of Pewter #94A596

Tints of Pewter #94A596

Color information

#94A596 (or 0x94A596) is unknown color: approx Pewter. HEX triplet: 94, A5 and 96. RGB value is (148,165,150). Sum of RGB (Red+Green+Blue) = 148+165+150=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 165 - color contains mainly: green. Hex color #94A596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A596 is #6B5A69. Grayscale: #9E9E9E. Windows color (decimal): -7035498 or 9872788. OLE color: 9872788.

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

Color convert

RGB148165150-
CMYK0.1000.090.35
HSL127.06º8.63%61.37%-
HSV(B)127.06º10.3%64.71%-
XYZ31.1735.4134.05-
YUV158.21123.37120.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 150 (58.98% from 255) = 32.40%
R=31.97%
G=35.64%
B=32.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481651500.1000.090.35127.068.6361.37
Hex94A596A09237f93d
Octal22424522612011431771175
Binary10010100101001011001011010100100110001111111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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