#649D8F

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

Shades of Patina #649D8F

Tints of Patina #649D8F

Color information

#649D8F (or 0x649D8F) is unknown color: approx Patina. HEX triplet: 64, 9D and 8F. RGB value is (100,157,143). Sum of RGB (Red+Green+Blue) = 100+157+143=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 157 - color contains mainly: green. Hex color #649D8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649D8F is #9B6270. Grayscale: #8A8A8A. Windows color (decimal): -10183281 or 9411940. OLE color: 9411940.

HSL color Cylindrical-coordinate representation of color #649D8F: hue angle of 165.26º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649D8F is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB100157143-
CMYK0.3600.090.38
HSL165.26º22.53%50.39%-
HSV(B)165.26º36.31%61.57%-
XYZ22.2728.8130.37-
YUV138.36130.62100.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25%
GREEN value IS 157 (61.72% from 255) = 39.25%
BLUE value IS 143 (56.25% from 255) = 35.75%
R=25%
G=39.25%
B=35.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001571430.3600.090.38165.2622.5350.39
Hex649D8F240926a51732
Octal14423521744011462452762
Binary11001001001110110001111100100010011001101010010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,157,143); }

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

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

 a { background-color: rgb(100,157,143); }

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

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

 span { border-color: rgb(100,157,143); }

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