#649087

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

Shades of Patina #649087

Tints of Patina #649087

Color information

#649087 (or 0x649087) is unknown color: approx Patina. HEX triplet: 64, 90 and 87. RGB value is (100,144,135). Sum of RGB (Red+Green+Blue) = 100+144+135=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #649087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649087 is #9B6F78. Grayscale: #818181. Windows color (decimal): -10186617 or 8884324. OLE color: 8884324.

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

Color convert

RGB100144135-
CMYK0.3100.060.44
HSL167.73º18.03%47.84%-
HSV(B)167.73º30.56%56.47%-
XYZ19.624.4126.6-
YUV129.82130.92106.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 135 (53.12% from 255) = 35.62%
R=26.39%
G=37.99%
B=35.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001441350.3100.060.44167.7318.0347.84
Hex6490871F062Ca81230
Octal1442202073706542502260
Binary110010010010000100001111111101101011001010100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649087; }

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

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

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

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

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

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

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

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