#65595A

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

Shades of Falcon #65595A

Tints of Falcon #65595A

Color information

#65595A (or 0x65595A) is unknown color: approx Falcon. HEX triplet: 65, 59 and 5A. RGB value is (101,89,90). Sum of RGB (Red+Green+Blue) = 101+89+90=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #65595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65595A is #9AA6A5. Grayscale: #5C5C5C. Windows color (decimal): -10135206 or 5921125. OLE color: 5921125.

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

Color convert

RGB1018990-
CMYK00.120.110.60
HSL355º6.32%37.25%-
HSV(B)355º11.88%39.61%-
XYZ10.7810.6511.16-
YUV92.7126.48133.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=36.07%
G=31.79%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101899000.120.110.603556.3237.25
Hex65595A0CB3C163625
Octal1451311320141374543645
Binary110010110110011011010011001011111100101100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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