#686062

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

Shades of Scorpion #686062

Tints of Scorpion #686062

Color information

#686062 (or 0x686062) is unknown color: approx Scorpion. HEX triplet: 68, 60 and 62. RGB value is (104,96,98). Sum of RGB (Red+Green+Blue) = 104+96+98=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 104 - color contains mainly: red. Hex color #686062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686062 is #979F9D. Grayscale: #626262. Windows color (decimal): -9936798 or 6447208. OLE color: 6447208.

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

Color convert

RGB1049698-
CMYK00.080.060.59
HSL345º4%39.22%-
HSV(B)345º7.69%40.78%-
XYZ12.112.1913.27-
YUV98.62127.65131.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=34.90%
G=32.21%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104969800.080.060.59345439.22
Hex6860620863B159427
Octal150140142010673531447
Binary11010001100000110001001000110111011101011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686062; }

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

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

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

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

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

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

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

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