#649387

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

Shades of Patina #649387

Tints of Patina #649387

Color information

#649387 (or 0x649387) is unknown color: approx Patina. HEX triplet: 64, 93 and 87. RGB value is (100,147,135). Sum of RGB (Red+Green+Blue) = 100+147+135=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #649387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649387 is #9B6C78. Grayscale: #838383. Windows color (decimal): -10185849 or 8885092. OLE color: 8885092.

HSL color Cylindrical-coordinate representation of color #649387: hue angle of 164.68º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649387 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB100147135-
CMYK0.3200.080.42
HSL164.68º19.03%48.43%-
HSV(B)164.68º31.97%57.65%-
XYZ20.0625.3326.75-
YUV131.58129.93105.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 135 (53.12% from 255) = 35.34%
R=26.18%
G=38.48%
B=35.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001471350.3200.080.42164.6819.0348.43
Hex64938720082Aa51330
Octal14422320740010522452360
Binary11001001001001110000111100000010001010101010010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649387; }

 p { color: rgb(100,147,135); }

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

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

 a { background-color: rgb(100,147,135); }

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

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

 span { border-color: rgb(100,147,135); }

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