#649F8E

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

Shades of Patina #649F8E

Tints of Patina #649F8E

Color information

#649F8E (or 0x649F8E) is unknown color: approx Patina. HEX triplet: 64, 9F and 8E. RGB value is (100,159,142). Sum of RGB (Red+Green+Blue) = 100+159+142=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 159 - color contains mainly: green. Hex color #649F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649F8E is #9B6071. Grayscale: #8B8B8B. Windows color (decimal): -10182770 or 9346916. OLE color: 9346916.

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

Color convert

RGB100159142-
CMYK0.3700.110.38
HSL162.71º23.51%50.78%-
HSV(B)162.71º37.11%62.35%-
XYZ22.5429.4630.09-
YUV139.42129.4599.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=24.94%
G=39.65%
B=35.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001591420.3700.110.38162.7123.5150.78
Hex649F8E250B26a31833
Octal14423721645013462433063
Binary11001001001111110001110100101010111001101010001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,159,142); }

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

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

 a { background-color: rgb(100,159,142); }

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

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

 span { border-color: rgb(100,159,142); }

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