#716468

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

Shades of Scorpion #716468

Tints of Scorpion #716468

Color information

#716468 (or 0x716468) is unknown color: approx Scorpion. HEX triplet: 71, 64 and 68. RGB value is (113,100,104). Sum of RGB (Red+Green+Blue) = 113+100+104=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #716468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716468 is #8E9B97. Grayscale: #686868. Windows color (decimal): -9345944 or 6841457. OLE color: 6841457.

HSL color Cylindrical-coordinate representation of color #716468: hue angle of 341.54º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #716468 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB113100104-
CMYK00.120.080.56
HSL341.54º6.1%41.76%-
HSV(B)341.54º11.5%44.31%-
XYZ13.8713.6215-
YUV104.34127.81134.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=35.65%
G=31.55%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310010400.120.080.56341.546.141.76
Hex7164680C83815662a
Octal1611441500141070526652
Binary111000111001001101000011001000111000101010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716468; }

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

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

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

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

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

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

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

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