#665557

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

Shades of Falcon #665557

Tints of Falcon #665557

Color information

#665557 (or 0x665557) is unknown color: approx Falcon. HEX triplet: 66, 55 and 57. RGB value is (102,85,87). Sum of RGB (Red+Green+Blue) = 102+85+87=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #665557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665557 is #99AAA8. Grayscale: #5A5A5A. Windows color (decimal): -10070697 or 5723494. OLE color: 5723494.

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

Color convert

RGB1028587-
CMYK00.170.150.6
HSL352.94º9.09%36.67%-
HSV(B)352.94º16.67%40%-
XYZ10.4510.0110.4-
YUV90.31126.13136.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.23%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 87 (34.38% from 255) = 31.75%
R=37.23%
G=31.02%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102858700.170.150.6352.949.0936.67
Hex665557011F3C161925
Octal14612512702117745411145
Binary11001101010101101011101000111111111001011000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665557; }

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

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

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

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

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

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

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

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