#649f84

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

Shades of Patina #649F84

Tints of Patina #649F84

Color information

#649F84 (or 0x649F84) is unknown color: approx Patina. HEX triplet: 64, 9F and 84. RGB value is (100,159,132). Sum of RGB (Red+Green+Blue) = 100+159+132=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 159 - color contains mainly: green. Hex color #649F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649F84 is #9B607B. Grayscale: #8A8A8A. Windows color (decimal): -10182780 or 8691556. OLE color: 8691556.

HSL color Cylindrical-coordinate representation of color #649F84: hue angle of 152.54º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649F84 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB100159132-
CMYK0.3700.170.38
HSL152.54º23.51%50.78%-
HSV(B)152.54º37.11%62.35%-
XYZ21.8229.1726.31-
YUV138.28124.45100.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.58%
GREEN value IS 159 (62.5% from 255) = 40.66%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=25.58%
G=40.66%
B=33.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001591320.3700.170.38152.5423.5150.78
Hex649F842501126991833
Octal14423720445021462313063
Binary110010010011111100001001001010100011001101001100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649f84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649f84; }

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

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

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

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

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

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

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

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