#685B61

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

Shades of Scorpion #685B61

Tints of Scorpion #685B61

Color information

#685B61 (or 0x685B61) is unknown color: approx Scorpion. HEX triplet: 68, 5B and 61. RGB value is (104,91,97). Sum of RGB (Red+Green+Blue) = 104+91+97=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #685B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B61 is #97A49E. Grayscale: #5F5F5F. Windows color (decimal): -9938079 or 6380392. OLE color: 6380392.

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

Color convert

RGB1049197-
CMYK00.120.070.59
HSL332.31º6.67%38.24%-
HSV(B)332.31º12.5%40.78%-
XYZ11.6111.2912.88-
YUV95.57128.81134.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=35.62%
G=31.16%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104919700.120.070.59332.316.6738.24
Hex685B610C73B14c726
Octal150133141014773514746
Binary11010001011011110000101100111111011101001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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