#649B90

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

Shades of Patina #649B90

Tints of Patina #649B90

Color information

#649B90 (or 0x649B90) is unknown color: approx Patina. HEX triplet: 64, 9B and 90. RGB value is (100,155,144). Sum of RGB (Red+Green+Blue) = 100+155+144=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #649B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649B90 is #9B646F. Grayscale: #898989. Windows color (decimal): -10183792 or 9476964. OLE color: 9476964.

HSL color Cylindrical-coordinate representation of color #649B90: hue angle of 168º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649B90 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB100155144-
CMYK0.3500.070.39
HSL168º21.57%50%-
HSV(B)168º35.48%60.78%-
XYZ22.0128.1730.66-
YUV137.3131.78101.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.06%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=25.06%
G=38.85%
B=36.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001551440.3500.070.3916821.5750
Hex649B90230727a81632
Octal1442332204307472502662
Binary1100100100110111001000010001101111001111010100010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,155,144); }

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

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

 a { background-color: rgb(100,155,144); }

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

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

 span { border-color: rgb(100,155,144); }

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