#705B60

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

Shades of Scorpion #705B60

Tints of Scorpion #705B60

Color information

#705B60 (or 0x705B60) is unknown color: approx Scorpion. HEX triplet: 70, 5B and 60. RGB value is (112,91,96). Sum of RGB (Red+Green+Blue) = 112+91+96=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #705B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B60 is #8FA49F. Grayscale: #616161. Windows color (decimal): -9413792 or 6314864. OLE color: 6314864.

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

Color convert

RGB1129196-
CMYK00.190.140.56
HSL345.71º10.34%39.8%-
HSV(B)345.71º18.75%43.92%-
XYZ12.5311.7712.68-
YUV97.85126.96138.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=37.46%
G=30.43%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112919600.190.140.56345.7110.3439.8
Hex705B60013E3815aa28
Octal16013314002316705321250
Binary11100001011011110000001001111101110001010110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,91,96); }

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

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

 a { background-color: rgb(112,91,96); }

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

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

 span { border-color: rgb(112,91,96); }

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