Html Css Color HEX #685E5F Falcon

📋 copy color: '#685E5F'

red 104 ◦ green 94 ◦ blue 95

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

Shades of Falcon #685E5F

Tints of Falcon #685E5F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.08%

 BLUE value IS 95 (37.5% from 255) = 32.42%

R = 35.49%
G = 32.08%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#685E5F (or 0x685E5F) is known color: Falcon. HEX triplet: 68, 5E and 5F. RGB value is (104,94,95). Sum of RGB (Red+Green+Blue) = 104+94+95=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 104 - color contains mainly: red. Hex color #685E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E5F is #97A1A0. Grayscale: #616161. Windows color (decimal): -9937313 or 6250088. OLE color: 6250088.

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

Color convert

RGB 104 94 95 -
CMYK 0 0.10 0.09 0.59
HSL 354º 0.05% 0.39% -
HSV(B) 354º 0.1% 0.41% -
XYZ 11.78 11.77 12.48 -
YUV 97.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 104 94 95 0 0.10 0.09 0.59 354 0.05 0.39
Hex 68 5E 5F 0 A 9 3B 162 5 27
Octal 150 136 137 0 12 11 73 542 5 47
Binary 1101000 1011110 1011111 0 1010 1001 111011 101100010 101 100111

Color Harmonies of #685E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E5F

Black with #685E5F

Text Example


Text Example

White with #685E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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