#64595B

Color #64595B Falcon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falcon #64595B

Tints of Falcon #64595B

Color information

#64595B (or 0x64595B) is unknown color: approx Falcon. HEX triplet: 64, 59 and 5B. RGB value is (100,89,91). Sum of RGB (Red+Green+Blue) = 100+89+91=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 100 - color contains mainly: red. Hex color #64595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64595B is #9BA6A4. Grayscale: #5C5C5C. Windows color (decimal): -10200741 or 5986660. OLE color: 5986660.

HSL color Cylindrical-coordinate representation of color #64595B: hue angle of 349.09º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #64595B is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB1008991-
CMYK00.110.090.61
HSL349.09º5.82%37.06%-
HSV(B)349.09º11%39.22%-
XYZ10.7210.6111.38-
YUV92.52127.14133.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=35.71%
G=31.79%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100899100.110.090.61349.095.8237.06
Hex64595B0B93D15d625
Octal1441311330131175535645
Binary110010010110011011011010111001111101101011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64595B; }

 p { color: rgb(100,89,91); }

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

<style>
 a { background-color: #64595B; }

 a { background-color: rgb(100,89,91); }

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

<style>
 span { border-color: #64595B; }

 span { border-color: rgb(100,89,91); }

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