#706065

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

Shades of Scorpion #706065

Tints of Scorpion #706065

Color information

#706065 (or 0x706065) is unknown color: approx Scorpion. HEX triplet: 70, 60 and 65. RGB value is (112,96,101). Sum of RGB (Red+Green+Blue) = 112+96+101=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #706065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706065 is #8F9F9A. Grayscale: #656565. Windows color (decimal): -9412507 or 6643824. OLE color: 6643824.

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

Color convert

RGB11296101-
CMYK00.140.100.56
HSL341.25º7.69%40.78%-
HSV(B)341.25º14.29%43.92%-
XYZ13.2112.7514.08-
YUV101.35127.8135.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 101 (39.84% from 255) = 32.69%
R=36.25%
G=31.07%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129610100.140.100.56341.257.6940.78
Hex7060650EA38155829
Octal16014014501612705251051
Binary1110000110000011001010111010101110001010101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706065; }

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

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

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

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

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

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

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

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