#705B62

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

Shades of Scorpion #705B62

Tints of Scorpion #705B62

Color information

#705B62 (or 0x705B62) is unknown color: approx Scorpion. HEX triplet: 70, 5B and 62. RGB value is (112,91,98). Sum of RGB (Red+Green+Blue) = 112+91+98=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B62 is #8FA49D. Grayscale: #626262. Windows color (decimal): -9413790 or 6445936. OLE color: 6445936.

HSL color Cylindrical-coordinate representation of color #705B62: hue angle of 340º 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 #705B62 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1129198-
CMYK00.190.130.56
HSL340º10.34%39.8%-
HSV(B)340º18.75%43.92%-
XYZ12.6311.8113.17-
YUV98.08127.96137.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=37.21%
G=30.23%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112919800.190.130.5634010.3439.8
Hex705B62013D38154a28
Octal16013314202315705241250
Binary11100001011011110001001001111011110001010101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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