#716567

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

Shades of Scorpion #716567

Tints of Scorpion #716567

Color information

#716567 (or 0x716567) is unknown color: approx Scorpion. HEX triplet: 71, 65 and 67. RGB value is (113,101,103). Sum of RGB (Red+Green+Blue) = 113+101+103=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #716567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716567 is #8E9A98. Grayscale: #686868. Windows color (decimal): -9345689 or 6776177. OLE color: 6776177.

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

Color convert

RGB113101103-
CMYK00.110.090.56
HSL350º5.61%41.96%-
HSV(B)350º10.62%44.31%-
XYZ13.9113.814.76-
YUV104.82126.98133.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 103 (40.62% from 255) = 32.49%
R=35.65%
G=31.86%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310110300.110.090.563505.6141.96
Hex7165670B93815e62a
Octal1611451470131170536652
Binary111000111001011100111010111001111000101011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716567; }

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

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

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

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

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

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

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

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