#716168

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

Shades of Scorpion #716168

Tints of Scorpion #716168

Color information

#716168 (or 0x716168) is unknown color: approx Scorpion. HEX triplet: 71, 61 and 68. RGB value is (113,97,104). Sum of RGB (Red+Green+Blue) = 113+97+104=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 113 - color contains mainly: red. Hex color #716168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716168 is #8E9E97. Grayscale: #666666. Windows color (decimal): -9346712 or 6840689. OLE color: 6840689.

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

Color convert

RGB11397104-
CMYK00.140.080.56
HSL333.75º7.62%41.18%-
HSV(B)333.75º14.16%44.31%-
XYZ13.5813.0614.9-
YUV102.58128.8135.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=35.99%
G=30.89%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139710400.140.080.56333.757.6241.18
Hex7161680E83814e829
Octal16114115001610705161051
Binary1110001110000111010000111010001110001010011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716168; }

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

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

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

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

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

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

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

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