#649D8C

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

Shades of Patina #649D8C

Tints of Patina #649D8C

Color information

#649D8C (or 0x649D8C) is unknown color: approx Patina. HEX triplet: 64, 9D and 8C. RGB value is (100,157,140). Sum of RGB (Red+Green+Blue) = 100+157+140=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 157 - color contains mainly: green. Hex color #649D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649D8C is #9B6273. Grayscale: #8A8A8A. Windows color (decimal): -10183284 or 9215332. OLE color: 9215332.

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

Color convert

RGB100157140-
CMYK0.3600.110.38
HSL162.11º22.53%50.39%-
HSV(B)162.11º36.31%61.57%-
XYZ22.0528.7229.19-
YUV138.02129.12100.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.19%
GREEN value IS 157 (61.72% from 255) = 39.55%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=25.19%
G=39.55%
B=35.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001571400.3600.110.38162.1122.5350.39
Hex649D8C240B26a21732
Octal14423521444013462422762
Binary11001001001110110001100100100010111001101010001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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