#665759

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

Shades of Falcon #665759

Tints of Falcon #665759

Color information

#665759 (or 0x665759) is unknown color: approx Falcon. HEX triplet: 66, 57 and 59. RGB value is (102,87,89). Sum of RGB (Red+Green+Blue) = 102+87+89=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #665759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665759 is #99A8A6. Grayscale: #5B5B5B. Windows color (decimal): -10070183 or 5855078. OLE color: 5855078.

HSL color Cylindrical-coordinate representation of color #665759: hue angle of 352º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #665759 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB1028789-
CMYK00.150.130.6
HSL352º7.94%37.06%-
HSV(B)352º14.71%40%-
XYZ10.6910.3610.89-
YUV91.71126.47135.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 89 (35.16% from 255) = 32.01%
R=36.69%
G=31.29%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102878900.150.130.63527.9437.06
Hex6657590FD3C160825
Octal14612713101715745401045
Binary1100110101011110110010111111011111001011000001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665759; }

 p { color: rgb(102,87,89); }

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

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

 a { background-color: rgb(102,87,89); }

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

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

 span { border-color: rgb(102,87,89); }

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