#649887

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

Shades of Patina #649887

Tints of Patina #649887

Color information

#649887 (or 0x649887) is unknown color: approx Patina. HEX triplet: 64, 98 and 87. RGB value is (100,152,135). Sum of RGB (Red+Green+Blue) = 100+152+135=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #649887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649887 is #9B6778. Grayscale: #868686. Windows color (decimal): -10184569 or 8886372. OLE color: 8886372.

HSL color Cylindrical-coordinate representation of color #649887: hue angle of 160.38º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649887 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB100152135-
CMYK0.3400.110.40
HSL160.38º20.63%49.41%-
HSV(B)160.38º34.21%59.61%-
XYZ20.8626.9227.02-
YUV134.51128.27103.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.84%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 135 (53.12% from 255) = 34.88%
R=25.84%
G=39.28%
B=34.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001521350.3400.110.40160.3820.6349.41
Hex649887220B28a01531
Octal14423020742013502402561
Binary11001001001100010000111100010010111010001010000010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649887; }

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

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

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

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

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

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

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

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