#63595A

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

Shades of Falcon #63595A

Tints of Falcon #63595A

Color information

#63595A (or 0x63595A) is unknown color: approx Falcon. HEX triplet: 63, 59 and 5A. RGB value is (99,89,90). Sum of RGB (Red+Green+Blue) = 99+89+90=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 99 - color contains mainly: red. Hex color #63595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63595A is #9CA6A5. Grayscale: #5C5C5C. Windows color (decimal): -10266278 or 5921123. OLE color: 5921123.

HSL color Cylindrical-coordinate representation of color #63595A: hue angle of 354º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #63595A is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB998990-
CMYK00.100.090.61
HSL354º5.32%36.86%-
HSV(B)354º10.1%38.82%-
XYZ10.5610.5411.15-
YUV92.1126.81132.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.61%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=35.61%
G=32.01%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99899000.100.090.613545.3236.86
Hex63595A0A93D162525
Octal1431311320121175542545
Binary110001110110011011010010101001111101101100010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63595A; }

 p { color: rgb(99,89,90); }

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

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

 a { background-color: rgb(99,89,90); }

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

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

 span { border-color: rgb(99,89,90); }

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