#649D8B

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

Shades of Patina #649D8B

Tints of Patina #649D8B

Color information

#649D8B (or 0x649D8B) is unknown color: approx Patina. HEX triplet: 64, 9D and 8B. RGB value is (100,157,139). Sum of RGB (Red+Green+Blue) = 100+157+139=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #649D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649D8B is #9B6274. Grayscale: #898989. Windows color (decimal): -10183285 or 9149796. OLE color: 9149796.

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

Color convert

RGB100157139-
CMYK0.3600.110.38
HSL161.05º22.53%50.39%-
HSV(B)161.05º36.31%61.57%-
XYZ21.9728.6928.81-
YUV137.9128.62100.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 157 (61.72% from 255) = 39.65%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=25.25%
G=39.65%
B=35.10%

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
Decimal1001571390.3600.110.38161.0522.5350.39
Hex649D8B240B26a11732
Octal14423521344013462412762
Binary11001001001110110001011100100010111001101010000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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