#649E89

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

Shades of Patina #649E89

Tints of Patina #649E89

Color information

#649E89 (or 0x649E89) is unknown color: approx Patina. HEX triplet: 64, 9E and 89. RGB value is (100,158,137). Sum of RGB (Red+Green+Blue) = 100+158+137=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #649E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649E89 is #9B6176. Grayscale: #8A8A8A. Windows color (decimal): -10183031 or 9018980. OLE color: 9018980.

HSL color Cylindrical-coordinate representation of color #649E89: hue angle of 158.28º 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 #649E89 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB100158137-
CMYK0.3700.130.38
HSL158.28º23.02%50.59%-
HSV(B)158.28º36.71%61.96%-
XYZ2228.9728.1-
YUV138.26127.28100.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 137 (53.91% from 255) = 34.68%
R=25.32%
G=40%
B=34.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001581370.3700.130.38158.2823.0250.59
Hex649E89250D269e1733
Octal14423621145015462362763
Binary11001001001111010001001100101011011001101001111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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