#705E64

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

Shades of Scorpion #705E64

Tints of Scorpion #705E64

Color information

#705E64 (or 0x705E64) is unknown color: approx Scorpion. HEX triplet: 70, 5E and 64. RGB value is (112,94,100). Sum of RGB (Red+Green+Blue) = 112+94+100=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #705E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705E64 is #8FA19B. Grayscale: #646464. Windows color (decimal): -9413020 or 6577776. OLE color: 6577776.

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

Color convert

RGB11294100-
CMYK00.160.110.56
HSL340º8.74%40.39%-
HSV(B)340º16.07%43.92%-
XYZ12.9912.3713.76-
YUV100.07127.96136.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.60%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 100 (39.45% from 255) = 32.68%
R=36.60%
G=30.72%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129410000.160.110.563408.7440.39
Hex705E64010B38154928
Octal16013614402013705241150
Binary11100001011110110010001000010111110001010101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705E64; }

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

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

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

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

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

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

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

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