#645455

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

Shades of Falcon #645455

Tints of Falcon #645455

Color information

#645455 (or 0x645455) is unknown color: approx Falcon. HEX triplet: 64, 54 and 55. RGB value is (100,84,85). Sum of RGB (Red+Green+Blue) = 100+84+85=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 100 - color contains mainly: red. Hex color #645455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645455 is #9BABAA. Grayscale: #585858. Windows color (decimal): -10202027 or 5592164. OLE color: 5592164.

HSL color Cylindrical-coordinate representation of color #645455: hue angle of 356.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #645455 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB1008485-
CMYK00.160.150.61
HSL356.25º8.7%36.08%-
HSV(B)356.25º16%39.22%-
XYZ10.079.719.94-
YUV88.9125.8135.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=37.17%
G=31.23%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100848500.160.150.61356.258.736.08
Hex645455010F3D164924
Octal14412412502017755441144
Binary11001001010100101010101000011111111011011001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645455; }

 p { color: rgb(100,84,85); }

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

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

 a { background-color: rgb(100,84,85); }

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

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

 span { border-color: rgb(100,84,85); }

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