#706066

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

Shades of Scorpion #706066

Tints of Scorpion #706066

Color information

#706066 (or 0x706066) is unknown color: approx Scorpion. HEX triplet: 70, 60 and 66. RGB value is (112,96,102). Sum of RGB (Red+Green+Blue) = 112+96+102=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #706066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706066 is #8F9F99. Grayscale: #656565. Windows color (decimal): -9412506 or 6709360. OLE color: 6709360.

HSL color Cylindrical-coordinate representation of color #706066: hue angle of 337.5º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #706066 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11296102-
CMYK00.140.090.56
HSL337.5º7.69%40.78%-
HSV(B)337.5º14.29%43.92%-
XYZ13.2612.7714.34-
YUV101.47128.3135.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 102 (40.23% from 255) = 32.90%
R=36.13%
G=30.97%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129610200.140.090.56337.57.6940.78
Hex7060660E938152829
Octal16014014601611705221051
Binary1110000110000011001100111010011110001010100101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706066; }

 p { color: rgb(112,96,102); }

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

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

 a { background-color: rgb(112,96,102); }

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

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

 span { border-color: rgb(112,96,102); }

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