#665456

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

Shades of Falcon #665456

Tints of Falcon #665456

Color information

#665456 (or 0x665456) is unknown color: approx Falcon. HEX triplet: 66, 54 and 56. RGB value is (102,84,86). Sum of RGB (Red+Green+Blue) = 102+84+86=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #665456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665456 is #99ABA9. Grayscale: #595959. Windows color (decimal): -10070954 or 5657702. OLE color: 5657702.

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

Color convert

RGB1028486-
CMYK00.180.160.6
HSL353.33º9.68%36.47%-
HSV(B)353.33º17.65%40%-
XYZ10.339.8410.16-
YUV89.61125.96136.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=37.5%
G=30.88%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102848600.180.160.6353.339.6836.47
Hex665456012103C161a24
Octal14612412602220745411244
Binary110011010101001010110010010100001111001011000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665456; }

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

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

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

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

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

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

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

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