#686264

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

Shades of Scorpion #686264

Tints of Scorpion #686264

Color information

#686264 (or 0x686264) is unknown color: approx Scorpion. HEX triplet: 68, 62 and 64. RGB value is (104,98,100). Sum of RGB (Red+Green+Blue) = 104+98+100=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 104 - color contains mainly: red. Hex color #686264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686264 is #979D9B. Grayscale: #646464. Windows color (decimal): -9936284 or 6578792. OLE color: 6578792.

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

Color convert

RGB10498100-
CMYK00.060.040.59
HSL340º2.97%39.61%-
HSV(B)340º5.77%40.78%-
XYZ12.3812.613.84-
YUV100.02127.99130.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 98 (38.67% from 255) = 32.45%
BLUE value IS 100 (39.45% from 255) = 33.11%
R=34.44%
G=32.45%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049810000.060.040.593402.9739.61
Hex6862640643B154328
Octal15014214406473524350
Binary110100011000101100100011010011101110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686264; }

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

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

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

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

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

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

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

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