#686164

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

Shades of Scorpion #686164

Tints of Scorpion #686164

Color information

#686164 (or 0x686164) is unknown color: approx Scorpion. HEX triplet: 68, 61 and 64. RGB value is (104,97,100). Sum of RGB (Red+Green+Blue) = 104+97+100=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #686164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686164 is #979E9B. Grayscale: #636363. Windows color (decimal): -9936540 or 6578536. OLE color: 6578536.

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

Color convert

RGB10497100-
CMYK00.070.040.59
HSL334.29º3.48%39.41%-
HSV(B)334.29º6.73%40.78%-
XYZ12.2812.4113.81-
YUV99.44128.32131.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=34.55%
G=32.23%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049710000.070.040.59334.293.4839.41
Hex6861640743B14e327
Octal15014114407473516347
Binary110100011000011100100011110011101110100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686164; }

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

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

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

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

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

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

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

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