#706668

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

Shades of Scorpion #706668

Tints of Scorpion #706668

Color information

#706668 (or 0x706668) is unknown color: approx Scorpion. HEX triplet: 70, 66 and 68. RGB value is (112,102,104). Sum of RGB (Red+Green+Blue) = 112+102+104=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 112 - color contains mainly: red. Hex color #706668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706668 is #8F9997. Grayscale: #696969. Windows color (decimal): -9410968 or 6841968. OLE color: 6841968.

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

Color convert

RGB112102104-
CMYK00.090.070.56
HSL348º4.67%41.96%-
HSV(B)348º8.93%43.92%-
XYZ13.9313.9515.05-
YUV105.22127.31132.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.22%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=35.22%
G=32.08%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210210400.090.070.563484.6741.96
Hex7066680973815c52a
Octal160146150011770534552
Binary11100001100110110100001001111111000101011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706668; }

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

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

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

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

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

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

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

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