#649582

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

Shades of Patina #649582

Tints of Patina #649582

Color information

#649582 (or 0x649582) is unknown color: approx Patina. HEX triplet: 64, 95 and 82. RGB value is (100,149,130). Sum of RGB (Red+Green+Blue) = 100+149+130=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #649582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649582 is #9B6A7D. Grayscale: #848484. Windows color (decimal): -10185342 or 8557924. OLE color: 8557924.

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

Color convert

RGB100149130-
CMYK0.3300.130.42
HSL156.73º19.68%48.82%-
HSV(B)156.73º32.89%58.43%-
XYZ20.0325.8225.05-
YUV132.18126.77105.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 149 (58.59% from 255) = 39.31%
BLUE value IS 130 (51.17% from 255) = 34.30%
R=26.39%
G=39.31%
B=34.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001491300.3300.130.42156.7319.6848.82
Hex649582210D2A9d1431
Octal14422520241015522352461
Binary11001001001010110000010100001011011010101001110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649582; }

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

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

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

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

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

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

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

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