#648980

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

Shades of Patina #648980

Tints of Patina #648980

Color information

#648980 (or 0x648980) is unknown color: approx Patina. HEX triplet: 64, 89 and 80. RGB value is (100,137,128). Sum of RGB (Red+Green+Blue) = 100+137+128=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #648980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648980 is #9B767F. Grayscale: #7C7C7C. Windows color (decimal): -10188416 or 8423780. OLE color: 8423780.

HSL color Cylindrical-coordinate representation of color #648980: hue angle of 165.41º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #648980 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB100137128-
CMYK0.2700.070.46
HSL165.41º15.61%46.47%-
HSV(B)165.41º27.01%53.73%-
XYZ18.122.1623.75-
YUV124.91129.74110.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=27.40%
G=37.53%
B=35.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001371280.2700.070.46165.4115.6146.47
Hex6489801B072Ea5102e
Octal1442112003307562452056
Binary110010010001001100000001101101111011101010010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648980; }

 p { color: rgb(100,137,128); }

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

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

 a { background-color: rgb(100,137,128); }

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

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

 span { border-color: rgb(100,137,128); }

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