#705C61

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

Shades of Scorpion #705C61

Tints of Scorpion #705C61

Color information

#705C61 (or 0x705C61) is unknown color: approx Scorpion. HEX triplet: 70, 5C and 61. RGB value is (112,92,97). Sum of RGB (Red+Green+Blue) = 112+92+97=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C61 is #8FA39E. Grayscale: #626262. Windows color (decimal): -9413535 or 6380656. OLE color: 6380656.

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

Color convert

RGB1129297-
CMYK00.180.130.56
HSL345º9.8%40%-
HSV(B)345º17.86%43.92%-
XYZ12.6711.9612.95-
YUV98.55127.13137.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 97 (38.28% from 255) = 32.23%
R=37.21%
G=30.56%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112929700.180.130.563459.840
Hex705C61012D38159a28
Octal16013414102215705311250
Binary11100001011100110000101001011011110001010110011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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