#649E88

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

Shades of Patina #649E88

Tints of Patina #649E88

Color information

#649E88 (or 0x649E88) is unknown color: approx Patina. HEX triplet: 64, 9E and 88. RGB value is (100,158,136). Sum of RGB (Red+Green+Blue) = 100+158+136=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 158 - color contains mainly: green. Hex color #649E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649E88 is #9B6177. Grayscale: #8A8A8A. Windows color (decimal): -10183032 or 8953444. OLE color: 8953444.

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

Color convert

RGB100158136-
CMYK0.3700.140.38
HSL157.24º23.02%50.59%-
HSV(B)157.24º36.71%61.96%-
XYZ21.9328.9427.72-
YUV138.15126.78100.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.38%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 136 (53.52% from 255) = 34.52%
R=25.38%
G=40.10%
B=34.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001581360.3700.140.38157.2423.0250.59
Hex649E88250E269d1733
Octal14423621045016462352763
Binary11001001001111010001000100101011101001101001110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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