#648F7A

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

Shades of Patina #648F7A

Tints of Patina #648F7A

Color information

#648F7A (or 0x648F7A) is unknown color: approx Patina. HEX triplet: 64, 8F and 7A. RGB value is (100,143,122). Sum of RGB (Red+Green+Blue) = 100+143+122=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 143 - color contains mainly: green. Hex color #648F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648F7A is #9B7085. Grayscale: #7F7F7F. Windows color (decimal): -10186886 or 8032100. OLE color: 8032100.

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

Color convert

RGB100143122-
CMYK0.3000.150.44
HSL150.7º17.7%47.65%-
HSV(B)150.7º30.07%56.08%-
XYZ18.5923.7622.02-
YUV127.75124.75108.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 143 (56.25% from 255) = 39.18%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=27.40%
G=39.18%
B=33.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001431220.3000.150.44150.717.747.65
Hex648F7A1E0F2C971230
Octal14421717236017542272260
Binary110010010001111111101011110011111011001001011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,143,122); }

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

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

 a { background-color: rgb(100,143,122); }

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

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

 span { border-color: rgb(100,143,122); }

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