Html Css Color HEX #685457 Falcon

📋 copy color: '#685457'

red 104 ◦ green 84 ◦ blue 87

#685457
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #685457

Tints of Falcon #685457

RGB

 RED value IS 104 (41.02% from 255) = 37.82%

 GREEN value IS 84 (33.2% from 255) = 30.55%

 BLUE value IS 87 (34.38% from 255) = 31.64%

R = 37.82%
G = 30.55%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#685457 (or 0x685457) is known color: Falcon. HEX triplet: 68, 54 and 57. RGB value is (104,84,87). Sum of RGB (Red+Green+Blue) = 104+84+87=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #685457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685457 is #97ABA8. Grayscale: #5A5A5A. Windows color (decimal): -9939881 or 5723240. OLE color: 5723240.

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

Color convert

RGB 104 84 87 -
CMYK 0 0.19 0.16 0.59
HSL 351º 0.11% 0.37% -
HSV(B) 351º 0.19% 0.41% -
XYZ 10.6 9.97 10.38 -
YUV 90.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 104 84 87 0 0.19 0.16 0.59 351 0.11 0.37
Hex 68 54 57 0 13 10 3B 15F B 25
Octal 150 124 127 0 23 20 73 537 13 45
Binary 1101000 1010100 1010111 0 10011 10000 111011 101011111 1011 100101

Color Harmonies of #685457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685457

Black with #685457

Text Example


Text Example

White with #685457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685457; }

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

 H1.HeaderClassName
 {
   color: #685457;
 }
 .AnyTagClassName
 {
   color: #685457;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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