#665556

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

Shades of Falcon #665556

Tints of Falcon #665556

Color information

#665556 (or 0x665556) is unknown color: approx Falcon. HEX triplet: 66, 55 and 56. RGB value is (102,85,86). Sum of RGB (Red+Green+Blue) = 102+85+86=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #665556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665556 is #99AAA9. Grayscale: #5A5A5A. Windows color (decimal): -10070698 or 5657958. OLE color: 5657958.

HSL color Cylindrical-coordinate representation of color #665556: hue angle of 356.47º 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 #665556 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB1028586-
CMYK00.170.160.6
HSL356.47º9.09%36.67%-
HSV(B)356.47º16.67%40%-
XYZ10.419.9910.18-
YUV90.2125.63136.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=37.36%
G=31.14%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102858600.170.160.6356.479.0936.67
Hex665556011103C164925
Octal14612512602120745441145
Binary110011010101011010110010001100001111001011001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665556; }

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

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

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

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

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

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

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

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