#685356

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

Shades of Falcon #685356

Tints of Falcon #685356

Color information

#685356 (or 0x685356) is unknown color: approx Falcon. HEX triplet: 68, 53 and 56. RGB value is (104,83,86). Sum of RGB (Red+Green+Blue) = 104+83+86=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685356 is #97ACA9. Grayscale: #595959. Windows color (decimal): -9940138 or 5657448. OLE color: 5657448.

HSL color Cylindrical-coordinate representation of color #685356: hue angle of 351.43º 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 #685356 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1048386-
CMYK00.200.170.59
HSL351.43º11.23%36.67%-
HSV(B)351.43º20.19%40.78%-
XYZ10.489.810.14-
YUV89.62125.96138.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=38.10%
G=30.40%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104838600.200.170.59351.4311.2336.67
Hex685356014113B15fb25
Octal15012312602421735371345
Binary110100010100111010110010100100011110111010111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685356; }

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

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

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

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

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

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

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

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