#716067

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

Shades of Scorpion #716067

Tints of Scorpion #716067

Color information

#716067 (or 0x716067) is unknown color: approx Scorpion. HEX triplet: 71, 60 and 67. RGB value is (113,96,103). Sum of RGB (Red+Green+Blue) = 113+96+103=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #716067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716067 is #8E9F98. Grayscale: #656565. Windows color (decimal): -9346969 or 6774897. OLE color: 6774897.

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

Color convert

RGB11396103-
CMYK00.150.090.56
HSL335.29º8.13%40.98%-
HSV(B)335.29º15.04%44.31%-
XYZ13.4412.8614.6-
YUV101.88128.63135.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=36.22%
G=30.77%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139610300.150.090.56335.298.1340.98
Hex7160670F93814f829
Octal16114014701711705171051
Binary1110001110000011001110111110011110001010011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716067; }

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

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

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

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

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

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

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

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