#685C62

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

Shades of Scorpion #685C62

Tints of Scorpion #685C62

Color information

#685C62 (or 0x685C62) is unknown color: approx Scorpion. HEX triplet: 68, 5C and 62. RGB value is (104,92,98). Sum of RGB (Red+Green+Blue) = 104+92+98=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 104 - color contains mainly: red. Hex color #685C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C62 is #97A39D. Grayscale: #606060. Windows color (decimal): -9937822 or 6446184. OLE color: 6446184.

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

Color convert

RGB1049298-
CMYK00.120.060.59
HSL330º6.12%38.43%-
HSV(B)330º11.54%40.78%-
XYZ11.7411.4813.15-
YUV96.27128.98133.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 98 (38.67% from 255) = 33.33%
R=35.37%
G=31.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104929800.120.060.593306.1238.43
Hex685C620C63B14a626
Octal150134142014673512646
Binary11010001011100110001001100110111011101001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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