#649E8A

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

Shades of Patina #649E8A

Tints of Patina #649E8A

Color information

#649E8A (or 0x649E8A) is unknown color: approx Patina. HEX triplet: 64, 9E and 8A. RGB value is (100,158,138). Sum of RGB (Red+Green+Blue) = 100+158+138=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #649E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649E8A is #9B6175. Grayscale: #8A8A8A. Windows color (decimal): -10183030 or 9084516. OLE color: 9084516.

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

Color convert

RGB100158138-
CMYK0.3700.130.38
HSL159.31º23.02%50.59%-
HSV(B)159.31º36.71%61.96%-
XYZ22.072928.48-
YUV138.38127.78100.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 158 (62.11% from 255) = 39.90%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=25.25%
G=39.90%
B=34.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001581380.3700.130.38159.3123.0250.59
Hex649E8A250D269f1733
Octal14423621245015462372763
Binary11001001001111010001010100101011011001101001111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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