#649186

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

Shades of Patina #649186

Tints of Patina #649186

Color information

#649186 (or 0x649186) is unknown color: approx Patina. HEX triplet: 64, 91 and 86. RGB value is (100,145,134). Sum of RGB (Red+Green+Blue) = 100+145+134=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #649186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649186 is #9B6E79. Grayscale: #828282. Windows color (decimal): -10186362 or 8819044. OLE color: 8819044.

HSL color Cylindrical-coordinate representation of color #649186: hue angle of 165.33º 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 #649186 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB100145134-
CMYK0.3100.080.43
HSL165.33º18.37%48.04%-
HSV(B)165.33º31.03%56.86%-
XYZ19.6824.6826.28-
YUV130.29130.09106.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 134 (52.73% from 255) = 35.36%
R=26.39%
G=38.26%
B=35.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001451340.3100.080.43165.3318.3748.04
Hex6491861F082Ba51230
Octal14422120637010532452260
Binary1100100100100011000011011111010001010111010010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649186; }

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

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

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

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

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

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

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

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