#705962

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

Shades of Scorpion #705962

Tints of Scorpion #705962

Color information

#705962 (or 0x705962) is unknown color: approx Scorpion. HEX triplet: 70, 59 and 62. RGB value is (112,89,98). Sum of RGB (Red+Green+Blue) = 112+89+98=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #705962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705962 is #8FA69D. Grayscale: #606060. Windows color (decimal): -9414302 or 6445424. OLE color: 6445424.

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

Color convert

RGB1128998-
CMYK00.210.130.56
HSL336.52º11.44%39.41%-
HSV(B)336.52º20.54%43.92%-
XYZ12.4611.4713.11-
YUV96.9128.62138.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=37.46%
G=29.77%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112899800.210.130.56336.5211.4439.41
Hex705962015D38151b27
Octal16013114202515705211347
Binary11100001011001110001001010111011110001010100011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705962; }

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

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

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

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

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

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

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

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