#685557

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

Shades of Falcon #685557

Tints of Falcon #685557

Color information

#685557 (or 0x685557) is unknown color: approx Falcon. HEX triplet: 68, 55 and 57. RGB value is (104,85,87). Sum of RGB (Red+Green+Blue) = 104+85+87=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #685557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685557 is #97AAA8. Grayscale: #5A5A5A. Windows color (decimal): -9939625 or 5723496. OLE color: 5723496.

HSL color Cylindrical-coordinate representation of color #685557: hue angle of 353.68º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #685557 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1048587-
CMYK00.180.160.59
HSL353.68º10.05%37.06%-
HSV(B)353.68º18.27%40.78%-
XYZ10.6810.1310.41-
YUV90.91125.79137.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 87 (34.38% from 255) = 31.52%
R=37.68%
G=30.80%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104858700.180.160.59353.6810.0537.06
Hex685557012103B162a25
Octal15012512702220735421245
Binary110100010101011010111010010100001110111011000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685557; }

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

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

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

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

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

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

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

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