#64867D

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

Shades of Patina #64867D

Tints of Patina #64867D

Color information

#64867D (or 0x64867D) is unknown color: approx Patina. HEX triplet: 64, 86 and 7D. RGB value is (100,134,125). Sum of RGB (Red+Green+Blue) = 100+134+125=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 134 - color contains mainly: green. Hex color #64867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64867D is #9B7982. Grayscale: #7A7A7A. Windows color (decimal): -10189187 or 8226404. OLE color: 8226404.

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

Color convert

RGB100134125-
CMYK0.2500.070.47
HSL164.12º14.53%45.88%-
HSV(B)164.12º25.37%52.55%-
XYZ17.4821.2422.58-
YUV122.81129.24111.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 125 (49.22% from 255) = 34.82%
R=27.86%
G=37.33%
B=34.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001341250.2500.070.47164.1214.5345.88
Hex64867D19072Fa4f2e
Octal1442061753107572441756
Binary1100100100001101111101110010111101111101001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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