#655455

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

Shades of Falcon #655455

Tints of Falcon #655455

Color information

#655455 (or 0x655455) is unknown color: approx Falcon. HEX triplet: 65, 54 and 55. RGB value is (101,84,85). Sum of RGB (Red+Green+Blue) = 101+84+85=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 101 - color contains mainly: red. Hex color #655455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655455 is #9AABAA. Grayscale: #595959. Windows color (decimal): -10136491 or 5592165. OLE color: 5592165.

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

Color convert

RGB1018485-
CMYK00.170.160.60
HSL356.47º9.19%36.27%-
HSV(B)356.47º16.83%39.61%-
XYZ10.189.769.94-
YUV89.2125.63136.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.41%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=37.41%
G=31.11%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101848500.170.160.60356.479.1936.27
Hex655455011103C164924
Octal14512412502120745441144
Binary110010110101001010101010001100001111001011001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655455; }

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

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

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

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

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

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

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

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