#64887C

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

Shades of Patina #64887C

Tints of Patina #64887C

Color information

#64887C (or 0x64887C) is unknown color: approx Patina. HEX triplet: 64, 88 and 7C. RGB value is (100,136,124). Sum of RGB (Red+Green+Blue) = 100+136+124=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 136 - color contains mainly: green. Hex color #64887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64887C is #9B7783. Grayscale: #7B7B7B. Windows color (decimal): -10188676 or 8161380. OLE color: 8161380.

HSL color Cylindrical-coordinate representation of color #64887C: hue angle of 160º 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 #64887C is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB100136124-
CMYK0.2600.090.47
HSL160º15.25%46.27%-
HSV(B)160º26.47%53.33%-
XYZ17.721.7722.34-
YUV123.87128.07110.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 136 (53.52% from 255) = 37.78%
BLUE value IS 124 (48.83% from 255) = 34.44%
R=27.78%
G=37.78%
B=34.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001361240.2600.090.4716015.2546.27
Hex64887C1A092Fa0f2e
Octal14421017432011572401756
Binary11001001000100011111001101001001101111101000001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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