#685556

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

Shades of Falcon #685556

Tints of Falcon #685556

Color information

#685556 (or 0x685556) is unknown color: approx Falcon. HEX triplet: 68, 55 and 56. RGB value is (104,85,86). Sum of RGB (Red+Green+Blue) = 104+85+86=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #685556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685556 is #97AAA9. Grayscale: #5A5A5A. Windows color (decimal): -9939626 or 5657960. OLE color: 5657960.

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

Color convert

RGB1048586-
CMYK00.180.170.59
HSL356.84º10.05%37.06%-
HSV(B)356.84º18.27%40.78%-
XYZ10.6410.1110.2-
YUV90.8125.29137.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=37.82%
G=30.91%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104858600.180.170.59356.8410.0537.06
Hex685556012113B165a25
Octal15012512602221735451245
Binary110100010101011010110010010100011110111011001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685556; }

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

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

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

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

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

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

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

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