#649085

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

Shades of Patina #649085

Tints of Patina #649085

Color information

#649085 (or 0x649085) is unknown color: approx Patina. HEX triplet: 64, 90 and 85. RGB value is (100,144,133). Sum of RGB (Red+Green+Blue) = 100+144+133=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #649085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649085 is #9B6F7A. Grayscale: #818181. Windows color (decimal): -10186619 or 8753252. OLE color: 8753252.

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

Color convert

RGB100144133-
CMYK0.3100.080.44
HSL165º18.03%47.84%-
HSV(B)165º30.56%56.47%-
XYZ19.4624.3525.86-
YUV129.59129.92106.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=26.53%
G=38.20%
B=35.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001441330.3100.080.4416518.0347.84
Hex6490851F082Ca51230
Octal14422020537010542452260
Binary1100100100100001000010111111010001011001010010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649085; }

 p { color: rgb(100,144,133); }

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

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

 a { background-color: rgb(100,144,133); }

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

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

 span { border-color: rgb(100,144,133); }

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