#706368

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

Shades of Scorpion #706368

Tints of Scorpion #706368

Color information

#706368 (or 0x706368) is unknown color: approx Scorpion. HEX triplet: 70, 63 and 68. RGB value is (112,99,104). Sum of RGB (Red+Green+Blue) = 112+99+104=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706368 is #8F9C97. Grayscale: #676767. Windows color (decimal): -9411736 or 6841200. OLE color: 6841200.

HSL color Cylindrical-coordinate representation of color #706368: hue angle of 336.92º 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 #706368 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11299104-
CMYK00.120.070.56
HSL336.92º6.16%41.37%-
HSV(B)336.92º11.61%43.92%-
XYZ13.6413.3714.96-
YUV103.46128.31134.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=35.56%
G=31.43%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129910400.120.070.56336.926.1641.37
Hex7063680C738151629
Octal160143150014770521651
Binary11100001100011110100001100111111000101010001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706368; }

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

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

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

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

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

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

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

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