#706469

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

Shades of Scorpion #706469

Tints of Scorpion #706469

Color information

#706469 (or 0x706469) is unknown color: approx Scorpion. HEX triplet: 70, 64 and 69. RGB value is (112,100,105). Sum of RGB (Red+Green+Blue) = 112+100+105=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 112 - color contains mainly: red. Hex color #706469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706469 is #8F9B96. Grayscale: #686868. Windows color (decimal): -9411479 or 6906992. OLE color: 6906992.

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

Color convert

RGB112100105-
CMYK00.110.060.56
HSL335º5.66%41.57%-
HSV(B)335º10.71%43.92%-
XYZ13.7913.5815.26-
YUV104.16128.48133.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 105 (41.41% from 255) = 33.12%
R=35.33%
G=31.55%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210010500.110.060.563355.6641.57
Hex7064690B63814f62a
Octal160144151013670517652
Binary11100001100100110100101011110111000101001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706469; }

 p { color: rgb(112,100,105); }

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

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

 a { background-color: rgb(112,100,105); }

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

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

 span { border-color: rgb(112,100,105); }

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