Html Css Color HEX #685E61 Scorpion

📋 copy color: '#685E61'

red 104 ◦ green 94 ◦ blue 97

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

Shades of Scorpion #685E61

Tints of Scorpion #685E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.88%

R = 35.25%
G = 31.86%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#685E61 (or 0x685E61) is known color: Scorpion. HEX triplet: 68, 5E and 61. RGB value is (104,94,97). Sum of RGB (Red+Green+Blue) = 104+94+97=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #685E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E61 is #97A19E. Grayscale: #616161. Windows color (decimal): -9937311 or 6381160. OLE color: 6381160.

HSL color Cylindrical-coordinate representation of color #685E61: hue angle of 342º 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 #685E61 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 94 97 -
CMYK 0 0.10 0.07 0.59
HSL 342º 0.05% 0.39% -
HSV(B) 342º 0.1% 0.41% -
XYZ 11.87 11.81 12.96 -
YUV 97.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 104 94 97 0 0.10 0.07 0.59 342 0.05 0.39
Hex 68 5E 61 0 A 7 3B 156 5 27
Octal 150 136 141 0 12 7 73 526 5 47
Binary 1101000 1011110 1100001 0 1010 111 111011 101010110 101 100111

Color Harmonies of #685E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E61

Black with #685E61

Text Example


Text Example

White with #685E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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