#649184

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

Shades of Patina #649184

Tints of Patina #649184

Color information

#649184 (or 0x649184) is unknown color: approx Patina. HEX triplet: 64, 91 and 84. RGB value is (100,145,132). Sum of RGB (Red+Green+Blue) = 100+145+132=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #649184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649184 is #9B6E7B. Grayscale: #828282. Windows color (decimal): -10186364 or 8687972. OLE color: 8687972.

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

Color convert

RGB100145132-
CMYK0.3100.090.43
HSL162.67º18.37%48.04%-
HSV(B)162.67º31.03%56.86%-
XYZ19.5524.6325.55-
YUV130.06129.09106.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=26.53%
G=38.46%
B=35.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001451320.3100.090.43162.6718.3748.04
Hex6491841F092Ba31230
Octal14422120437011532432260
Binary1100100100100011000010011111010011010111010001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649184; }

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

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

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

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

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

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

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

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