#686263

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

Shades of Scorpion #686263

Tints of Scorpion #686263

Color information

#686263 (or 0x686263) is unknown color: approx Scorpion. HEX triplet: 68, 62 and 63. RGB value is (104,98,99). Sum of RGB (Red+Green+Blue) = 104+98+99=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #686263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686263 is #979D9C. Grayscale: #636363. Windows color (decimal): -9936285 or 6513256. OLE color: 6513256.

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

Color convert

RGB1049899-
CMYK00.060.050.59
HSL350º2.97%39.61%-
HSV(B)350º5.77%40.78%-
XYZ12.3312.5813.58-
YUV99.91127.49130.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 99 (39.06% from 255) = 32.89%
R=34.55%
G=32.56%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104989900.060.050.593502.9739.61
Hex6862630653B15e328
Octal15014214306573536350
Binary110100011000101100011011010111101110101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686263; }

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

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

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

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

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

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

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

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