#649E87

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

Shades of Patina #649E87

Tints of Patina #649E87

Color information

#649E87 (or 0x649E87) is unknown color: approx Patina. HEX triplet: 64, 9E and 87. RGB value is (100,158,135). Sum of RGB (Red+Green+Blue) = 100+158+135=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 158 - color contains mainly: green. Hex color #649E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649E87 is #9B6178. Grayscale: #8A8A8A. Windows color (decimal): -10183033 or 8887908. OLE color: 8887908.

HSL color Cylindrical-coordinate representation of color #649E87: hue angle of 156.21º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649E87 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB100158135-
CMYK0.3700.150.38
HSL156.21º23.02%50.59%-
HSV(B)156.21º36.71%61.96%-
XYZ21.8628.9127.35-
YUV138.04126.28100.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 135 (53.12% from 255) = 34.35%
R=25.45%
G=40.20%
B=34.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001581350.3700.150.38156.2123.0250.59
Hex649E87250F269c1733
Octal14423620745017462342763
Binary11001001001111010000111100101011111001101001110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649E87; }

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

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

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

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

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

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

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

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