#70565D

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

Shades of Scorpion #70565D

Tints of Scorpion #70565D

Color information

#70565D (or 0x70565D) is unknown color: approx Scorpion. HEX triplet: 70, 56 and 5D. RGB value is (112,86,93). Sum of RGB (Red+Green+Blue) = 112+86+93=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #70565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70565D is #8FA9A2. Grayscale: #5E5E5E. Windows color (decimal): -9415075 or 6116976. OLE color: 6116976.

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

Color convert

RGB1128693-
CMYK00.230.170.56
HSL343.85º13.13%38.82%-
HSV(B)343.85º23.21%43.92%-
XYZ11.9910.8911.83-
YUV94.57127.11140.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=38.49%
G=29.55%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112869300.230.170.56343.8513.1338.82
Hex70565D0171138158d27
Octal16012613502721705301547
Binary111000010101101011101010111100011110001010110001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70565D; }

 p { color: rgb(112,86,93); }

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

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

 a { background-color: rgb(112,86,93); }

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

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

 span { border-color: rgb(112,86,93); }

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