#649682

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

Shades of Patina #649682

Tints of Patina #649682

Color information

#649682 (or 0x649682) is unknown color: approx Patina. HEX triplet: 64, 96 and 82. RGB value is (100,150,130). Sum of RGB (Red+Green+Blue) = 100+150+130=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 150 - color contains mainly: green. Hex color #649682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649682 is #9B697D. Grayscale: #848484. Windows color (decimal): -10185086 or 8558180. OLE color: 8558180.

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

Color convert

RGB100150130-
CMYK0.3300.130.41
HSL156º20%49.02%-
HSV(B)156º33.33%58.82%-
XYZ20.1926.1325.1-
YUV132.77126.44104.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 150 (58.98% from 255) = 39.47%
BLUE value IS 130 (51.17% from 255) = 34.21%
R=26.32%
G=39.47%
B=34.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001501300.3300.130.411562049.02
Hex649682210D299c1431
Octal14422620241015512342461
Binary11001001001011010000010100001011011010011001110010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649682; }

 p { color: rgb(100,150,130); }

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

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

 a { background-color: rgb(100,150,130); }

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

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

 span { border-color: rgb(100,150,130); }

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