#686365

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

Shades of Scorpion #686365

Tints of Scorpion #686365

Color information

#686365 (or 0x686365) is unknown color: approx Scorpion. HEX triplet: 68, 63 and 65. RGB value is (104,99,101). Sum of RGB (Red+Green+Blue) = 104+99+101=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 104 - color contains mainly: red. Hex color #686365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686365 is #979C9A. Grayscale: #646464. Windows color (decimal): -9936027 or 6644584. OLE color: 6644584.

HSL color Cylindrical-coordinate representation of color #686365: hue angle of 336º 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 #686365 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10499101-
CMYK00.050.030.59
HSL336º2.46%39.8%-
HSV(B)336º4.81%40.78%-
XYZ12.5212.8114.12-
YUV100.72128.16130.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 101 (39.84% from 255) = 33.22%
R=34.21%
G=32.57%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049910100.050.030.593362.4639.8
Hex6863650533B150228
Octal15014314505373520250
Binary11010001100011110010101011111101110101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686365; }

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

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

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

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

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

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

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

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