#62595A

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

Shades of Falcon #62595A

Tints of Falcon #62595A

Color information

#62595A (or 0x62595A) is unknown color: approx Falcon. HEX triplet: 62, 59 and 5A. RGB value is (98,89,90). Sum of RGB (Red+Green+Blue) = 98+89+90=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 98 - color contains mainly: red. Hex color #62595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62595A is #9DA6A5. Grayscale: #5B5B5B. Windows color (decimal): -10331814 or 5921122. OLE color: 5921122.

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

Color convert

RGB988990-
CMYK00.090.080.62
HSL353.33º4.81%36.67%-
HSV(B)353.33º9.18%38.43%-
XYZ10.4510.4811.14-
YUV91.8126.98132.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.38%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 90 (35.55% from 255) = 32.49%
R=35.38%
G=32.13%
B=32.49%

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
Decimal98899000.090.080.62353.334.8136.67
Hex62595A0983E161525
Octal1421311320111076541545
Binary110001010110011011010010011000111110101100001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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