#615A5B

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

Shades of Falcon #615A5B

Tints of Falcon #615A5B

Color information

#615A5B (or 0x615A5B) is unknown color: approx Falcon. HEX triplet: 61, 5A and 5B. RGB value is (97,90,91). Sum of RGB (Red+Green+Blue) = 97+90+91=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 97 - color contains mainly: red. Hex color #615A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A5B is #9EA5A4. Grayscale: #5C5C5C. Windows color (decimal): -10397093 or 5986913. OLE color: 5986913.

HSL color Cylindrical-coordinate representation of color #615A5B: hue angle of 351.43º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #615A5B is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB979091-
CMYK00.070.060.62
HSL351.43º3.74%36.67%-
HSV(B)351.43º7.22%38.04%-
XYZ10.4710.6111.39-
YUV92.21127.32131.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=34.89%
G=32.37%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97909100.070.060.62351.433.7436.67
Hex615A5B0763E15f425
Octal14113213307676537445
Binary1100001101101010110110111110111110101011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615A5B; }

 p { color: rgb(97,90,91); }

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

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

 a { background-color: rgb(97,90,91); }

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

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

 span { border-color: rgb(97,90,91); }

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