#649587

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

Shades of Patina #649587

Tints of Patina #649587

Color information

#649587 (or 0x649587) is unknown color: approx Patina. HEX triplet: 64, 95 and 87. RGB value is (100,149,135). Sum of RGB (Red+Green+Blue) = 100+149+135=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #649587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649587 is #9B6A78. Grayscale: #848484. Windows color (decimal): -10185337 or 8885604. OLE color: 8885604.

HSL color Cylindrical-coordinate representation of color #649587: hue angle of 162.86º 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 #649587 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB100149135-
CMYK0.3300.090.42
HSL162.86º19.68%48.82%-
HSV(B)162.86º32.89%58.43%-
XYZ20.3825.9526.86-
YUV132.75129.27104.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=26.04%
G=38.80%
B=35.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001491350.3300.090.42162.8619.6848.82
Hex64958721092Aa31431
Octal14422520741011522432461
Binary11001001001010110000111100001010011010101010001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649587; }

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

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

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

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

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

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

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

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