Html Css Color HEX #685D5E Falcon

📋 copy color: '#685D5E'

red 104 ◦ green 93 ◦ blue 94

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

Shades of Falcon #685D5E

Tints of Falcon #685D5E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.96%

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 35.74%
G = 31.96%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#685D5E (or 0x685D5E) is known color: Falcon. HEX triplet: 68, 5D and 5E. RGB value is (104,93,94). Sum of RGB (Red+Green+Blue) = 104+93+94=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 104 - color contains mainly: red. Hex color #685D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D5E is #97A2A1. Grayscale: #606060. Windows color (decimal): -9937570 or 6184296. OLE color: 6184296.

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

Color convert

RGB 104 93 94 -
CMYK 0 0.11 0.10 0.59
HSL 354.55º 0.06% 0.39% -
HSV(B) 354.55º 0.11% 0.41% -
XYZ 11.64 11.58 12.21 -
YUV 96.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 104 93 94 0 0.11 0.10 0.59 354.55 0.06 0.39
Hex 68 5D 5E 0 B A 3B 163 6 27
Octal 150 135 136 0 13 12 73 543 6 47
Binary 1101000 1011101 1011110 0 1011 1010 111011 101100011 110 100111

Color Harmonies of #685D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D5E

Black with #685D5E

Text Example


Text Example

White with #685D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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