#685960

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

Shades of Scorpion #685960

Tints of Scorpion #685960

Color information

#685960 (or 0x685960) is unknown color: approx Scorpion. HEX triplet: 68, 59 and 60. RGB value is (104,89,96). Sum of RGB (Red+Green+Blue) = 104+89+96=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 104 - color contains mainly: red. Hex color #685960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685960 is #97A69F. Grayscale: #5E5E5E. Windows color (decimal): -9938592 or 6314344. OLE color: 6314344.

HSL color Cylindrical-coordinate representation of color #685960: hue angle of 332º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #685960 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1048996-
CMYK00.140.080.59
HSL332º7.77%37.84%-
HSV(B)332º14.42%40.78%-
XYZ11.3910.9312.58-
YUV94.28128.97134.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.99%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=35.99%
G=30.80%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104899600.140.080.593327.7737.84
Hex6859600E83B14c826
Octal15013114001610735141046
Binary1101000101100111000000111010001110111010011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685960; }

 p { color: rgb(104,89,96); }

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

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

 a { background-color: rgb(104,89,96); }

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

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

 span { border-color: rgb(104,89,96); }

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