#64595A

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

Shades of Falcon #64595A

Tints of Falcon #64595A

Color information

#64595A (or 0x64595A) is unknown color: approx Falcon. HEX triplet: 64, 59 and 5A. RGB value is (100,89,90). Sum of RGB (Red+Green+Blue) = 100+89+90=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 100 - color contains mainly: red. Hex color #64595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64595A is #9BA6A5. Grayscale: #5C5C5C. Windows color (decimal): -10200742 or 5921124. OLE color: 5921124.

HSL color Cylindrical-coordinate representation of color #64595A: hue angle of 354.55º 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 #64595A is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB1008990-
CMYK00.110.100.61
HSL354.55º5.82%37.06%-
HSV(B)354.55º11%39.22%-
XYZ10.6710.5911.15-
YUV92.4126.64133.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=35.84%
G=31.90%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100899000.110.100.61354.555.8237.06
Hex64595A0BA3D163625
Octal1441311320131275543645
Binary110010010110011011010010111010111101101100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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