#649584

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

Shades of Patina #649584

Tints of Patina #649584

Color information

#649584 (or 0x649584) is unknown color: approx Patina. HEX triplet: 64, 95 and 84. RGB value is (100,149,132). Sum of RGB (Red+Green+Blue) = 100+149+132=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #649584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649584 is #9B6A7B. Grayscale: #848484. Windows color (decimal): -10185340 or 8688996. OLE color: 8688996.

HSL color Cylindrical-coordinate representation of color #649584: hue angle of 159.18º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649584 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB100149132-
CMYK0.3300.110.42
HSL159.18º19.68%48.82%-
HSV(B)159.18º32.89%58.43%-
XYZ20.1725.8725.76-
YUV132.41127.77104.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.25%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 132 (51.95% from 255) = 34.65%
R=26.25%
G=39.11%
B=34.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001491320.3300.110.42159.1819.6848.82
Hex649584210B2A9f1431
Octal14422520441013522372461
Binary11001001001010110000100100001010111010101001111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649584; }

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

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

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

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

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

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

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

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