#685A5E

Color #685A5E Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #685A5E

Tints of Scorpion #685A5E

Color information

#685A5E (or 0x685A5E) is unknown color: approx Scorpion. HEX triplet: 68, 5A and 5E. RGB value is (104,90,94). Sum of RGB (Red+Green+Blue) = 104+90+94=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #685A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A5E is #97A5A1. Grayscale: #5E5E5E. Windows color (decimal): -9938338 or 6183528. OLE color: 6183528.

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

Color convert

RGB1049094-
CMYK00.130.100.59
HSL342.86º7.22%38.04%-
HSV(B)342.86º13.46%40.78%-
XYZ11.3911.0612.13-
YUV94.64127.64134.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 90 (35.55% from 255) = 31.25%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=36.11%
G=31.25%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104909400.130.100.59342.867.2238.04
Hex685A5E0DA3B157726
Octal1501321360151273527746
Binary110100010110101011110011011010111011101010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #685A5E;
 }
 .AnyTagClassName
 {
   color: #685A5E;
 }
</style>
background-color css

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

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

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

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

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

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