#64857D

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

Shades of Patina #64857D

Tints of Patina #64857D

Color information

#64857D (or 0x64857D) is unknown color: approx Patina. HEX triplet: 64, 85 and 7D. RGB value is (100,133,125). Sum of RGB (Red+Green+Blue) = 100+133+125=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #64857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64857D is #9B7A82. Grayscale: #7A7A7A. Windows color (decimal): -10189443 or 8226148. OLE color: 8226148.

HSL color Cylindrical-coordinate representation of color #64857D: hue angle of 165.45º 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 #64857D is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB100133125-
CMYK0.2500.060.48
HSL165.45º14.16%45.69%-
HSV(B)165.45º24.81%52.16%-
XYZ17.3420.9722.53-
YUV122.22129.57112.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.93%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=27.93%
G=37.15%
B=34.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001331250.2500.060.48165.4514.1645.69
Hex64857D190630a5e2e
Octal1442051753106602451656
Binary1100100100001011111101110010110110000101001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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