#64887D

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

Shades of Patina #64887D

Tints of Patina #64887D

Color information

#64887D (or 0x64887D) is unknown color: approx Patina. HEX triplet: 64, 88 and 7D. RGB value is (100,136,125). Sum of RGB (Red+Green+Blue) = 100+136+125=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #64887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64887D is #9B7782. Grayscale: #7B7B7B. Windows color (decimal): -10188675 or 8226916. OLE color: 8226916.

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

Color convert

RGB100136125-
CMYK0.2600.080.47
HSL161.67º15.25%46.27%-
HSV(B)161.67º26.47%53.33%-
XYZ17.7621.822.67-
YUV123.98128.57110.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=27.70%
G=37.67%
B=34.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001361250.2600.080.47161.6715.2546.27
Hex64887D1A082Fa2f2e
Octal14421017532010572421756
Binary11001001000100011111011101001000101111101000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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