#615859

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

Shades of Falcon #615859

Tints of Falcon #615859

Color information

#615859 (or 0x615859) is unknown color: approx Falcon. HEX triplet: 61, 58 and 59. RGB value is (97,88,89). Sum of RGB (Red+Green+Blue) = 97+88+89=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 97 - color contains mainly: red. Hex color #615859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615859 is #9EA7A6. Grayscale: #5A5A5A. Windows color (decimal): -10397607 or 5855329. OLE color: 5855329.

HSL color Cylindrical-coordinate representation of color #615859: hue angle of 353.33º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #615859 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB978889-
CMYK00.090.080.62
HSL353.33º4.86%36.27%-
HSV(B)353.33º9.28%38.04%-
XYZ10.2210.2410.89-
YUV90.8126.98132.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 89 (35.16% from 255) = 32.48%
R=35.40%
G=32.12%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97888900.090.080.62353.334.8636.27
Hex6158590983E161524
Octal1411301310111076541544
Binary110000110110001011001010011000111110101100001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615859; }

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

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

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

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

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

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

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

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