#648E7E

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

Shades of Patina #648E7E

Tints of Patina #648E7E

Color information

#648E7E (or 0x648E7E) is unknown color: approx Patina. HEX triplet: 64, 8E and 7E. RGB value is (100,142,126). Sum of RGB (Red+Green+Blue) = 100+142+126=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 142 - color contains mainly: green. Hex color #648E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648E7E is #9B7181. Grayscale: #7F7F7F. Windows color (decimal): -10187138 or 8293988. OLE color: 8293988.

HSL color Cylindrical-coordinate representation of color #648E7E: hue angle of 157.14º 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 #648E7E is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB100142126-
CMYK0.3000.110.44
HSL157.14º17.36%47.45%-
HSV(B)157.14º29.58%55.69%-
XYZ18.6923.5623.3-
YUV127.62127.09108.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 142 (55.86% from 255) = 38.59%
BLUE value IS 126 (49.61% from 255) = 34.24%
R=27.17%
G=38.59%
B=34.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001421260.3000.110.44157.1417.3647.45
Hex648E7E1E0B2C9d112f
Octal14421617636013542352157
Binary110010010001110111111011110010111011001001110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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