#649E85

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

Shades of Patina #649E85

Tints of Patina #649E85

Color information

#649E85 (or 0x649E85) is unknown color: approx Patina. HEX triplet: 64, 9E and 85. RGB value is (100,158,133). Sum of RGB (Red+Green+Blue) = 100+158+133=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 158 - color contains mainly: green. Hex color #649E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649E85 is #9B617A. Grayscale: #898989. Windows color (decimal): -10183035 or 8756836. OLE color: 8756836.

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

Color convert

RGB100158133-
CMYK0.3700.160.38
HSL154.14º23.02%50.59%-
HSV(B)154.14º36.71%61.96%-
XYZ21.7228.8626.62-
YUV137.81125.28101.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.58%
GREEN value IS 158 (62.11% from 255) = 40.41%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=25.58%
G=40.41%
B=34.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001581330.3700.160.38154.1423.0250.59
Hex649E8525010269a1733
Octal14423620545020462322763
Binary110010010011110100001011001010100001001101001101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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