#649B8C

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

Shades of Patina #649B8C

Tints of Patina #649B8C

Color information

#649B8C (or 0x649B8C) is unknown color: approx Patina. HEX triplet: 64, 9B and 8C. RGB value is (100,155,140). Sum of RGB (Red+Green+Blue) = 100+155+140=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #649B8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649B8C is #9B6473. Grayscale: #888888. Windows color (decimal): -10183796 or 9214820. OLE color: 9214820.

HSL color Cylindrical-coordinate representation of color #649B8C: hue angle of 163.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649B8C is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB100155140-
CMYK0.3500.100.39
HSL163.64º21.57%50%-
HSV(B)163.64º35.48%60.78%-
XYZ21.7128.0529.08-
YUV136.84129.78101.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=25.32%
G=39.24%
B=35.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001551400.3500.100.39163.6421.5750
Hex649B8C230A27a41632
Octal14423321443012472442662
Binary11001001001101110001100100011010101001111010010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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