#716668

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

Shades of Scorpion #716668

Tints of Scorpion #716668

Color information

#716668 (or 0x716668) is unknown color: approx Scorpion. HEX triplet: 71, 66 and 68. RGB value is (113,102,104). Sum of RGB (Red+Green+Blue) = 113+102+104=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 113 - color contains mainly: red. Hex color #716668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716668 is #8E9997. Grayscale: #696969. Windows color (decimal): -9345432 or 6841969. OLE color: 6841969.

HSL color Cylindrical-coordinate representation of color #716668: hue angle of 349.09º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #716668 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB113102104-
CMYK00.100.080.56
HSL349.09º5.12%42.16%-
HSV(B)349.09º9.73%44.31%-
XYZ14.0614.0115.06-
YUV105.52127.14133.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=35.42%
G=31.97%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310210400.100.080.56349.095.1242.16
Hex7166680A83815d52a
Octal1611461500121070535552
Binary111000111001101101000010101000111000101011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716668; }

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

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

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

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

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

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

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

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