#685154

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

Shades of Falcon #685154

Tints of Falcon #685154

Color information

#685154 (or 0x685154) is unknown color: approx Falcon. HEX triplet: 68, 51 and 54. RGB value is (104,81,84). Sum of RGB (Red+Green+Blue) = 104+81+84=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #685154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685154 is #97AEAB. Grayscale: #585858. Windows color (decimal): -9940652 or 5525864. OLE color: 5525864.

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

Color convert

RGB1048184-
CMYK00.220.190.59
HSL352.17º12.43%36.27%-
HSV(B)352.17º22.12%40.78%-
XYZ10.259.479.67-
YUV88.22125.62139.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=38.66%
G=30.11%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104818400.220.190.59352.1712.4336.27
Hex685154016133B160c24
Octal15012112402623735401444
Binary110100010100011010100010110100111110111011000001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685154; }

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

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

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

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

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

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

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

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