#685C61

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

Shades of Scorpion #685C61

Tints of Scorpion #685C61

Color information

#685C61 (or 0x685C61) is unknown color: approx Scorpion. HEX triplet: 68, 5C and 61. RGB value is (104,92,97). Sum of RGB (Red+Green+Blue) = 104+92+97=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 104 - color contains mainly: red. Hex color #685C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C61 is #97A39E. Grayscale: #606060. Windows color (decimal): -9937823 or 6380648. OLE color: 6380648.

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

Color convert

RGB1049297-
CMYK00.120.070.59
HSL335º6.12%38.43%-
HSV(B)335º11.54%40.78%-
XYZ11.6911.4612.91-
YUV96.16128.48133.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 97 (38.28% from 255) = 33.11%
R=35.49%
G=31.40%
B=33.11%

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
Decimal104929700.120.070.593356.1238.43
Hex685C610C73B14f626
Octal150134141014773517646
Binary11010001011100110000101100111111011101001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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