#716366

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

Shades of Scorpion #716366

Tints of Scorpion #716366

Color information

#716366 (or 0x716366) is unknown color: approx Scorpion. HEX triplet: 71, 63 and 66. RGB value is (113,99,102). Sum of RGB (Red+Green+Blue) = 113+99+102=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 113 - color contains mainly: red. Hex color #716366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716366 is #8E9C99. Grayscale: #676767. Windows color (decimal): -9346202 or 6710129. OLE color: 6710129.

HSL color Cylindrical-coordinate representation of color #716366: hue angle of 347.14º degrees, saturation: 0.07, 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 #716366 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11399102-
CMYK00.120.100.56
HSL347.14º6.6%41.57%-
HSV(B)347.14º12.39%44.31%-
XYZ13.6713.3914.44-
YUV103.53127.14134.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=35.99%
G=31.53%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139910200.120.100.56347.146.641.57
Hex7163660CA3815b72a
Octal1611431460141270533752
Binary111000111000111100110011001010111000101011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716366; }

 p { color: rgb(113,99,102); }

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

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

 a { background-color: rgb(113,99,102); }

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

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

 span { border-color: rgb(113,99,102); }

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