#706A6D

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

Shades of Scorpion #706A6D

Tints of Scorpion #706A6D

Color information

#706A6D (or 0x706A6D) is unknown color: approx Scorpion. HEX triplet: 70, 6A and 6D. RGB value is (112,106,109). Sum of RGB (Red+Green+Blue) = 112+106+109=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 112 - color contains mainly: red. Hex color #706A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A6D is #8F9592. Grayscale: #6C6C6C. Windows color (decimal): -9409939 or 7170672. OLE color: 7170672.

HSL color Cylindrical-coordinate representation of color #706A6D: hue angle of 330º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #706A6D is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB112106109-
CMYK00.050.030.56
HSL330º2.75%42.75%-
HSV(B)330º5.36%43.92%-
XYZ14.614.8616.57-
YUV108.14128.49130.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 109 (42.97% from 255) = 33.33%
R=34.25%
G=32.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210610900.050.030.563302.7542.75
Hex706A6D0533814a32b
Octal16015215505370512353
Binary11100001101010110110101011111100010100101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706A6D; }

 p { color: rgb(112,106,109); }

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

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

 a { background-color: rgb(112,106,109); }

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

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

 span { border-color: rgb(112,106,109); }

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