#649E8C

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

Shades of Patina #649E8C

Tints of Patina #649E8C

Color information

#649E8C (or 0x649E8C) is unknown color: approx Patina. HEX triplet: 64, 9E and 8C. RGB value is (100,158,140). Sum of RGB (Red+Green+Blue) = 100+158+140=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 158 - color contains mainly: green. Hex color #649E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649E8C is #9B6173. Grayscale: #8A8A8A. Windows color (decimal): -10183028 or 9215588. OLE color: 9215588.

HSL color Cylindrical-coordinate representation of color #649E8C: hue angle of 161.38º degrees, saturation: 0.23, 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 #649E8C is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB100158140-
CMYK0.3700.110.38
HSL161.38º23.02%50.59%-
HSV(B)161.38º36.71%61.96%-
XYZ22.2229.0629.25-
YUV138.61128.78100.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.13%
GREEN value IS 158 (62.11% from 255) = 39.70%
BLUE value IS 140 (55.08% from 255) = 35.18%
R=25.13%
G=39.70%
B=35.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001581400.3700.110.38161.3823.0250.59
Hex649E8C250B26a11733
Octal14423621445013462412763
Binary11001001001111010001100100101010111001101010000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,158,140); }

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

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

 a { background-color: rgb(100,158,140); }

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

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

 span { border-color: rgb(100,158,140); }

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