#716466

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

Shades of Scorpion #716466

Tints of Scorpion #716466

Color information

#716466 (or 0x716466) is unknown color: approx Scorpion. HEX triplet: 71, 64 and 66. RGB value is (113,100,102). Sum of RGB (Red+Green+Blue) = 113+100+102=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #716466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716466 is #8E9B99. Grayscale: #686868. Windows color (decimal): -9345946 or 6710385. OLE color: 6710385.

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

Color convert

RGB113100102-
CMYK00.120.100.56
HSL350.77º6.1%41.76%-
HSV(B)350.77º11.5%44.31%-
XYZ13.7713.5814.47-
YUV104.12126.81134.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=35.87%
G=31.75%
B=32.38%

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
Decimal11310010200.120.100.56350.776.141.76
Hex7164660CA3815f62a
Octal1611441460141270537652
Binary111000111001001100110011001010111000101011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716466; }

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

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

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

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

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

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

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

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