#64857F

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

Shades of Patina #64857F

Tints of Patina #64857F

Color information

#64857F (or 0x64857F) is unknown color: approx Patina. HEX triplet: 64, 85 and 7F. RGB value is (100,133,127). Sum of RGB (Red+Green+Blue) = 100+133+127=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #64857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64857F is #9B7A80. Grayscale: #7A7A7A. Windows color (decimal): -10189441 or 8357220. OLE color: 8357220.

HSL color Cylindrical-coordinate representation of color #64857F: hue angle of 169.09º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #64857F is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB100133127-
CMYK0.2500.050.48
HSL169.09º14.16%45.69%-
HSV(B)169.09º24.81%52.16%-
XYZ17.4721.0223.21-
YUV122.45130.57111.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 127 (50% from 255) = 35.28%
R=27.78%
G=36.94%
B=35.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001331270.2500.050.48169.0914.1645.69
Hex64857F190530a9e2e
Octal1442051773105602511656
Binary1100100100001011111111110010101110000101010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64857F; }

 p { color: rgb(100,133,127); }

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

<style>
 a { background-color: #64857F; }

 a { background-color: rgb(100,133,127); }

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

<style>
 span { border-color: #64857F; }

 span { border-color: rgb(100,133,127); }

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