#648E82

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

Shades of Patina #648E82

Tints of Patina #648E82

Color information

#648E82 (or 0x648E82) is unknown color: approx Patina. HEX triplet: 64, 8E and 82. RGB value is (100,142,130). Sum of RGB (Red+Green+Blue) = 100+142+130=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 142 - color contains mainly: green. Hex color #648E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648E82 is #9B717D. Grayscale: #808080. Windows color (decimal): -10187134 or 8556132. OLE color: 8556132.

HSL color Cylindrical-coordinate representation of color #648E82: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648E82 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB100142130-
CMYK0.3000.080.44
HSL162.86º17.36%47.45%-
HSV(B)162.86º29.58%55.69%-
XYZ18.9623.6724.69-
YUV128.07129.09107.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.88%
GREEN value IS 142 (55.86% from 255) = 38.17%
BLUE value IS 130 (51.17% from 255) = 34.95%
R=26.88%
G=38.17%
B=34.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001421300.3000.080.44162.8617.3647.45
Hex648E821E082Ca3112f
Octal14421620236010542432157
Binary1100100100011101000001011110010001011001010001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648E82; }

 p { color: rgb(100,142,130); }

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

<style>
 a { background-color: #648E82; }

 a { background-color: rgb(100,142,130); }

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

<style>
 span { border-color: #648E82; }

 span { border-color: rgb(100,142,130); }

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