#716165

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

Shades of Scorpion #716165

Tints of Scorpion #716165

Color information

#716165 (or 0x716165) is unknown color: approx Scorpion. HEX triplet: 71, 61 and 65. RGB value is (113,97,101). Sum of RGB (Red+Green+Blue) = 113+97+101=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #716165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716165 is #8E9E9A. Grayscale: #666666. Windows color (decimal): -9346715 or 6644081. OLE color: 6644081.

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

Color convert

RGB11397101-
CMYK00.140.110.56
HSL345º7.62%41.18%-
HSV(B)345º14.16%44.31%-
XYZ13.431314.11-
YUV102.24127.3135.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.33%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 101 (39.84% from 255) = 32.48%
R=36.33%
G=31.19%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139710100.140.110.563457.6241.18
Hex7161650EB38159829
Octal16114114501613705311051
Binary1110001110000111001010111010111110001010110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716165; }

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

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

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

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

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

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

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

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