#716167

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

Shades of Scorpion #716167

Tints of Scorpion #716167

Color information

#716167 (or 0x716167) is unknown color: approx Scorpion. HEX triplet: 71, 61 and 67. RGB value is (113,97,103). Sum of RGB (Red+Green+Blue) = 113+97+103=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #716167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716167 is #8E9E98. Grayscale: #666666. Windows color (decimal): -9346713 or 6775153. OLE color: 6775153.

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

Color convert

RGB11397103-
CMYK00.140.090.56
HSL337.5º7.62%41.18%-
HSV(B)337.5º14.16%44.31%-
XYZ13.5313.0414.64-
YUV102.47128.3135.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 103 (40.62% from 255) = 32.91%
R=36.10%
G=30.99%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139710300.140.090.56337.57.6241.18
Hex7161670E938152829
Octal16114114701611705221051
Binary1110001110000111001110111010011110001010100101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716167; }

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

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

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

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

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

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

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

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