#716065

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

Shades of Scorpion #716065

Tints of Scorpion #716065

Color information

#716065 (or 0x716065) is unknown color: approx Scorpion. HEX triplet: 71, 60 and 65. RGB value is (113,96,101). Sum of RGB (Red+Green+Blue) = 113+96+101=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #716065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716065 is #8E9F9A. Grayscale: #656565. Windows color (decimal): -9346971 or 6643825. OLE color: 6643825.

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

Color convert

RGB11396101-
CMYK00.150.110.56
HSL342.35º8.13%40.98%-
HSV(B)342.35º15.04%44.31%-
XYZ13.3412.8214.08-
YUV101.65127.63136.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=36.45%
G=30.97%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139610100.150.110.56342.358.1340.98
Hex7160650FB38156829
Octal16114014501713705261051
Binary1110001110000011001010111110111110001010101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716065; }

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

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

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

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

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

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

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

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