#685254

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

Shades of Falcon #685254

Tints of Falcon #685254

Color information

#685254 (or 0x685254) is unknown color: approx Falcon. HEX triplet: 68, 52 and 54. RGB value is (104,82,84). Sum of RGB (Red+Green+Blue) = 104+82+84=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #685254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685254 is #97ADAB. Grayscale: #585858. Windows color (decimal): -9940396 or 5526120. OLE color: 5526120.

HSL color Cylindrical-coordinate representation of color #685254: hue angle of 354.55º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #685254 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB1048284-
CMYK00.210.190.59
HSL354.55º11.83%36.47%-
HSV(B)354.55º21.15%40.78%-
XYZ10.339.629.7-
YUV88.81125.29138.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 84 (33.20% from 255) = 31.11%
R=38.52%
G=30.37%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104828400.210.190.59354.5511.8336.47
Hex685254015133B163c24
Octal15012212402523735431444
Binary110100010100101010100010101100111110111011000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685254; }

 p { color: rgb(104,82,84); }

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

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

 a { background-color: rgb(104,82,84); }

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

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

 span { border-color: rgb(104,82,84); }

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