#649F90

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

Shades of Patina #649F90

Tints of Patina #649F90

Color information

#649F90 (or 0x649F90) is unknown color: approx Patina. HEX triplet: 64, 9F and 90. RGB value is (100,159,144). Sum of RGB (Red+Green+Blue) = 100+159+144=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #649F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649F90 is #9B606F. Grayscale: #8B8B8B. Windows color (decimal): -10182768 or 9477988. OLE color: 9477988.

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

Color convert

RGB100159144-
CMYK0.3700.090.38
HSL164.75º23.51%50.78%-
HSV(B)164.75º37.11%62.35%-
XYZ22.6929.5230.89-
YUV139.65130.4599.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 159 (62.5% from 255) = 39.45%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=24.81%
G=39.45%
B=35.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001591440.3700.090.38164.7523.5150.78
Hex649F90250926a51833
Octal14423722045011462453063
Binary11001001001111110010000100101010011001101010010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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