#686063

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

Shades of Scorpion #686063

Tints of Scorpion #686063

Color information

#686063 (or 0x686063) is unknown color: approx Scorpion. HEX triplet: 68, 60 and 63. RGB value is (104,96,99). Sum of RGB (Red+Green+Blue) = 104+96+99=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 104 - color contains mainly: red. Hex color #686063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686063 is #979F9C. Grayscale: #626262. Windows color (decimal): -9936797 or 6512744. OLE color: 6512744.

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

Color convert

RGB1049699-
CMYK00.080.050.59
HSL337.5º4%39.22%-
HSV(B)337.5º7.69%40.78%-
XYZ12.1412.2113.52-
YUV98.73128.15131.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=34.78%
G=32.11%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104969900.080.050.59337.5439.22
Hex6860630853B152427
Octal150140143010573522447
Binary11010001100000110001101000101111011101010010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686063; }

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

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

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

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

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

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

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

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