Html Css Color HEX #685C5E Falcon

📋 copy color: '#685C5E'

red 104 ◦ green 92 ◦ blue 94

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

Shades of Falcon #685C5E

Tints of Falcon #685C5E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.72%

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

R = 35.86%
G = 31.72%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#685C5E (or 0x685C5E) is known color: Falcon. HEX triplet: 68, 5C and 5E. RGB value is (104,92,94). Sum of RGB (Red+Green+Blue) = 104+92+94=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 104 - color contains mainly: red. Hex color #685C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C5E is #97A3A1. Grayscale: #5F5F5F. Windows color (decimal): -9937826 or 6184040. OLE color: 6184040.

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

Color convert

RGB 104 92 94 -
CMYK 0 0.12 0.10 0.59
HSL 350º 0.06% 0.38% -
HSV(B) 350º 0.12% 0.41% -
XYZ 11.56 11.41 12.18 -
YUV 95.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 104 92 94 0 0.12 0.10 0.59 350 0.06 0.38
Hex 68 5C 5E 0 C A 3B 15E 6 26
Octal 150 134 136 0 14 12 73 536 6 46
Binary 1101000 1011100 1011110 0 1100 1010 111011 101011110 110 100110

Color Harmonies of #685C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C5E

Black with #685C5E

Text Example


Text Example

White with #685C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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