#649084

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

Shades of Patina #649084

Tints of Patina #649084

Color information

#649084 (or 0x649084) is unknown color: approx Patina. HEX triplet: 64, 90 and 84. RGB value is (100,144,132). Sum of RGB (Red+Green+Blue) = 100+144+132=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #649084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649084 is #9B6F7B. Grayscale: #818181. Windows color (decimal): -10186620 or 8687716. OLE color: 8687716.

HSL color Cylindrical-coordinate representation of color #649084: hue angle of 163.64º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649084 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB100144132-
CMYK0.3100.080.44
HSL163.64º18.03%47.84%-
HSV(B)163.64º30.56%56.47%-
XYZ19.3924.3225.5-
YUV129.48129.42106.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 144 (56.64% from 255) = 38.30%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=26.60%
G=38.30%
B=35.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001441320.3100.080.44163.6418.0347.84
Hex6490841F082Ca41230
Octal14422020437010542442260
Binary1100100100100001000010011111010001011001010010010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649084; }

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

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

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

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

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

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

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

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