#66595C

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

Shades of Falcon #66595C

Tints of Falcon #66595C

Color information

#66595C (or 0x66595C) is unknown color: approx Falcon. HEX triplet: 66, 59 and 5C. RGB value is (102,89,92). Sum of RGB (Red+Green+Blue) = 102+89+92=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #66595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66595C is #99A6A3. Grayscale: #5D5D5D. Windows color (decimal): -10069668 or 6052198. OLE color: 6052198.

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

Color convert

RGB1028992-
CMYK00.130.100.6
HSL346.15º6.81%37.45%-
HSV(B)346.15º12.75%40%-
XYZ10.9810.7411.62-
YUV93.23127.31134.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=36.04%
G=31.45%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102899200.130.100.6346.156.8137.45
Hex66595C0DA3C15a725
Octal1461311340151274532745
Binary110011010110011011100011011010111100101011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66595C; }

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

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

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

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

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

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

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

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