#685357

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

Shades of Falcon #685357

Tints of Falcon #685357

Color information

#685357 (or 0x685357) is unknown color: approx Falcon. HEX triplet: 68, 53 and 57. RGB value is (104,83,87). Sum of RGB (Red+Green+Blue) = 104+83+87=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #685357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685357 is #97ACA8. Grayscale: #595959. Windows color (decimal): -9940137 or 5722984. OLE color: 5722984.

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

Color convert

RGB1048387-
CMYK00.200.160.59
HSL348.57º11.23%36.67%-
HSV(B)348.57º20.19%40.78%-
XYZ10.529.8210.36-
YUV89.74126.46138.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 87 (34.38% from 255) = 31.75%
R=37.96%
G=30.29%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104838700.200.160.59348.5711.2336.67
Hex685357014103B15db25
Octal15012312702420735351345
Binary110100010100111010111010100100001110111010111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685357; }

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

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

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

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

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

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

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

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