#686364

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

Shades of Scorpion #686364

Tints of Scorpion #686364

Color information

#686364 (or 0x686364) is unknown color: approx Scorpion. HEX triplet: 68, 63 and 64. RGB value is (104,99,100). Sum of RGB (Red+Green+Blue) = 104+99+100=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 104 - color contains mainly: red. Hex color #686364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686364 is #979C9B. Grayscale: #646464. Windows color (decimal): -9936028 or 6579048. OLE color: 6579048.

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

Color convert

RGB10499100-
CMYK00.050.040.59
HSL348º2.46%39.8%-
HSV(B)348º4.81%40.78%-
XYZ12.4712.7913.87-
YUV100.61127.66130.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 99 (39.06% from 255) = 32.67%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=34.32%
G=32.67%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049910000.050.040.593482.4639.8
Hex6863640543B15c228
Octal15014314405473534250
Binary110100011000111100100010110011101110101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686364; }

 p { color: rgb(104,99,100); }

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

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

 a { background-color: rgb(104,99,100); }

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

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

 span { border-color: rgb(104,99,100); }

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