#685F62

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

Shades of Scorpion #685F62

Tints of Scorpion #685F62

Color information

#685F62 (or 0x685F62) is unknown color: approx Scorpion. HEX triplet: 68, 5F and 62. RGB value is (104,95,98). Sum of RGB (Red+Green+Blue) = 104+95+98=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 104 - color contains mainly: red. Hex color #685F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F62 is #97A09D. Grayscale: #626262. Windows color (decimal): -9937054 or 6446952. OLE color: 6446952.

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

Color convert

RGB1049598-
CMYK00.090.060.59
HSL340º4.52%39.02%-
HSV(B)340º8.65%40.78%-
XYZ12.0112.0113.24-
YUV98.03127.98132.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=35.02%
G=31.99%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104959800.090.060.593404.5239.02
Hex685F620963B154527
Octal150137142011673524547
Binary11010001011111110001001001110111011101010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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