#655859

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

Shades of Falcon #655859

Tints of Falcon #655859

Color information

#655859 (or 0x655859) is unknown color: approx Falcon. HEX triplet: 65, 58 and 59. RGB value is (101,88,89). Sum of RGB (Red+Green+Blue) = 101+88+89=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 101 - color contains mainly: red. Hex color #655859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655859 is #9AA7A6. Grayscale: #5C5C5C. Windows color (decimal): -10135463 or 5855333. OLE color: 5855333.

HSL color Cylindrical-coordinate representation of color #655859: hue angle of 355.38º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #655859 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB1018889-
CMYK00.130.120.60
HSL355.38º6.88%37.06%-
HSV(B)355.38º12.87%39.61%-
XYZ10.6610.4710.91-
YUV92126.31134.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 89 (35.16% from 255) = 32.01%
R=36.33%
G=31.65%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101888900.130.120.60355.386.8837.06
Hex6558590DC3C163725
Octal1451301310151474543745
Binary110010110110001011001011011100111100101100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655859; }

 p { color: rgb(101,88,89); }

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

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

 a { background-color: rgb(101,88,89); }

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

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

 span { border-color: rgb(101,88,89); }

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