#706366

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

Shades of Scorpion #706366

Tints of Scorpion #706366

Color information

#706366 (or 0x706366) is unknown color: approx Scorpion. HEX triplet: 70, 63 and 66. RGB value is (112,99,102). Sum of RGB (Red+Green+Blue) = 112+99+102=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706366 is #8F9C99. Grayscale: #676767. Windows color (decimal): -9411738 or 6710128. OLE color: 6710128.

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

Color convert

RGB11299102-
CMYK00.120.090.56
HSL346.15º6.16%41.37%-
HSV(B)346.15º11.61%43.92%-
XYZ13.5413.3314.43-
YUV103.23127.31134.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 102 (40.23% from 255) = 32.59%
R=35.78%
G=31.63%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129910200.120.090.56346.156.1641.37
Hex7063660C93815a629
Octal1601431460141170532651
Binary111000011000111100110011001001111000101011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706366; }

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

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

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

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

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

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

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

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