#706164

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

Shades of Scorpion #706164

Tints of Scorpion #706164

Color information

#706164 (or 0x706164) is unknown color: approx Scorpion. HEX triplet: 70, 61 and 64. RGB value is (112,97,100). Sum of RGB (Red+Green+Blue) = 112+97+100=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #706164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706164 is #8F9E9B. Grayscale: #656565. Windows color (decimal): -9412252 or 6578544. OLE color: 6578544.

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

Color convert

RGB11297100-
CMYK00.130.110.56
HSL348º7.18%40.98%-
HSV(B)348º13.39%43.92%-
XYZ13.2612.9113.85-
YUV101.83126.97135.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=36.25%
G=31.39%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129710000.130.110.563487.1840.98
Hex7061640DB3815c729
Octal1601411440151370534751
Binary111000011000011100100011011011111000101011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706164; }

 p { color: rgb(112,97,100); }

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

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

 a { background-color: rgb(112,97,100); }

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

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

 span { border-color: rgb(112,97,100); }

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