#665455

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

Shades of Falcon #665455

Tints of Falcon #665455

Color information

#665455 (or 0x665455) is unknown color: approx Falcon. HEX triplet: 66, 54 and 55. RGB value is (102,84,85). Sum of RGB (Red+Green+Blue) = 102+84+85=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #665455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665455 is #99ABAA. Grayscale: #595959. Windows color (decimal): -10070955 or 5592166. OLE color: 5592166.

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

Color convert

RGB1028485-
CMYK00.180.170.6
HSL356.67º9.68%36.47%-
HSV(B)356.67º17.65%40%-
XYZ10.299.829.95-
YUV89.5125.46136.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=37.64%
G=31.00%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102848500.180.170.6356.679.6836.47
Hex665455012113C165a24
Octal14612412502221745451244
Binary110011010101001010101010010100011111001011001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665455; }

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

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

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

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

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

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

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

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