#716568

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

Shades of Scorpion #716568

Tints of Scorpion #716568

Color information

#716568 (or 0x716568) is unknown color: approx Scorpion. HEX triplet: 71, 65 and 68. RGB value is (113,101,104). Sum of RGB (Red+Green+Blue) = 113+101+104=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #716568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716568 is #8E9A97. Grayscale: #686868. Windows color (decimal): -9345688 or 6841713. OLE color: 6841713.

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

Color convert

RGB113101104-
CMYK00.110.080.56
HSL345º5.61%41.96%-
HSV(B)345º10.62%44.31%-
XYZ13.9613.8215.03-
YUV104.93127.48133.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 101 (39.84% from 255) = 31.76%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=35.53%
G=31.76%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310110400.110.080.563455.6141.96
Hex7165680B83815962a
Octal1611451500131070531652
Binary111000111001011101000010111000111000101011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716568; }

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

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

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

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

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

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

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

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