Html Css Color HEX #685A5D Falcon

📋 copy color: '#685A5D'

red 104 ◦ green 90 ◦ blue 93

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

Shades of Falcon #685A5D

Tints of Falcon #685A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.36%

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 36.24%
G = 31.36%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#685A5D (or 0x685A5D) is known color: Falcon. HEX triplet: 68, 5A and 5D. RGB value is (104,90,93). Sum of RGB (Red+Green+Blue) = 104+90+93=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #685A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A5D is #97A5A2. Grayscale: #5E5E5E. Windows color (decimal): -9938339 or 6117992. OLE color: 6117992.

HSL color Cylindrical-coordinate representation of color #685A5D: hue angle of 347.14º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #685A5D is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 90 93 -
CMYK 0 0.13 0.11 0.59
HSL 347.14º 0.07% 0.38% -
HSV(B) 347.14º 0.13% 0.41% -
XYZ 11.34 11.05 11.89 -
YUV 94.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 104 90 93 0 0.13 0.11 0.59 347.14 0.07 0.38
Hex 68 5A 5D 0 D B 3B 15B 7 26
Octal 150 132 135 0 15 13 73 533 7 46
Binary 1101000 1011010 1011101 0 1101 1011 111011 101011011 111 100110

Color Harmonies of #685A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A5D

Black with #685A5D

Text Example


Text Example

White with #685A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685A5D; }

 p { color: rgb(104,90,93); }

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

background-color css

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

 a { background-color: rgb(104,90,93); }

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

border-color css

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

 span { border-color: rgb(104,90,93); }

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