#64867E

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

Shades of Patina #64867E

Tints of Patina #64867E

Color information

#64867E (or 0x64867E) is unknown color: approx Patina. HEX triplet: 64, 86 and 7E. RGB value is (100,134,126). Sum of RGB (Red+Green+Blue) = 100+134+126=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #64867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64867E is #9B7981. Grayscale: #7A7A7A. Windows color (decimal): -10189186 or 8291940. OLE color: 8291940.

HSL color Cylindrical-coordinate representation of color #64867E: hue angle of 165.88º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #64867E is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB100134126-
CMYK0.2500.060.47
HSL165.88º14.53%45.88%-
HSV(B)165.88º25.37%52.55%-
XYZ17.5521.2722.92-
YUV122.92129.74111.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 134 (52.73% from 255) = 37.22%
BLUE value IS 126 (49.61% from 255) = 35%
R=27.78%
G=37.22%
B=35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001341260.2500.060.47165.8814.5345.88
Hex64867E19062Fa6f2e
Octal1442061763106572461756
Binary1100100100001101111110110010110101111101001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64867E; }

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

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

<style>
 a { background-color: #64867E; }

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

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

<style>
 span { border-color: #64867E; }

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

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