#685558

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

Shades of Falcon #685558

Tints of Falcon #685558

Color information

#685558 (or 0x685558) is unknown color: approx Falcon. HEX triplet: 68, 55 and 58. RGB value is (104,85,88). Sum of RGB (Red+Green+Blue) = 104+85+88=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #685558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685558 is #97AAA7. Grayscale: #5B5B5B. Windows color (decimal): -9939624 or 5789032. OLE color: 5789032.

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

Color convert

RGB1048588-
CMYK00.180.150.59
HSL350.53º10.05%37.06%-
HSV(B)350.53º18.27%40.78%-
XYZ10.7210.1410.63-
YUV91.02126.29137.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=37.55%
G=30.69%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104858800.180.150.59350.5310.0537.06
Hex685558012F3B15fa25
Octal15012513002217735371245
Binary11010001010101101100001001011111110111010111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685558; }

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

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

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

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

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

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

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

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