#649E8B

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

Shades of Patina #649E8B

Tints of Patina #649E8B

Color information

#649E8B (or 0x649E8B) is unknown color: approx Patina. HEX triplet: 64, 9E and 8B. RGB value is (100,158,139). Sum of RGB (Red+Green+Blue) = 100+158+139=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #649E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649E8B is #9B6174. Grayscale: #8A8A8A. Windows color (decimal): -10183029 or 9150052. OLE color: 9150052.

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

Color convert

RGB100158139-
CMYK0.3700.120.38
HSL160.34º23.02%50.59%-
HSV(B)160.34º36.71%61.96%-
XYZ22.1429.0328.86-
YUV138.49128.28100.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.19%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=25.19%
G=39.80%
B=35.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001581390.3700.120.38160.3423.0250.59
Hex649E8B250C26a01733
Octal14423621345014462402763
Binary11001001001111010001011100101011001001101010000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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