#685F61

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

Shades of Scorpion #685F61

Tints of Scorpion #685F61

Color information

#685F61 (or 0x685F61) is unknown color: approx Scorpion. HEX triplet: 68, 5F and 61. RGB value is (104,95,97). Sum of RGB (Red+Green+Blue) = 104+95+97=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #685F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F61 is #97A09E. Grayscale: #616161. Windows color (decimal): -9937055 or 6381416. OLE color: 6381416.

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

Color convert

RGB1049597-
CMYK00.090.070.59
HSL346.67º4.52%39.02%-
HSV(B)346.67º8.65%40.78%-
XYZ11.9611.9912.99-
YUV97.92127.48132.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.14%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=35.14%
G=32.09%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104959700.090.070.59346.674.5239.02
Hex685F610973B15b527
Octal150137141011773533547
Binary11010001011111110000101001111111011101011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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