#635455

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

Shades of Falcon #635455

Tints of Falcon #635455

Color information

#635455 (or 0x635455) is unknown color: approx Falcon. HEX triplet: 63, 54 and 55. RGB value is (99,84,85). Sum of RGB (Red+Green+Blue) = 99+84+85=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #635455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635455 is #9CABAA. Grayscale: #585858. Windows color (decimal): -10267563 or 5592163. OLE color: 5592163.

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

Color convert

RGB998485-
CMYK00.150.140.61
HSL356º8.2%35.88%-
HSV(B)356º15.15%38.82%-
XYZ9.969.659.93-
YUV88.6125.97135.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.94%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=36.94%
G=31.34%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99848500.150.140.613568.235.88
Hex6354550FE3D164824
Octal14312412501716755441044
Binary1100011101010010101010111111101111011011001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635455; }

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

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

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

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

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

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

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

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