#706169

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

Shades of Scorpion #706169

Tints of Scorpion #706169

Color information

#706169 (or 0x706169) is unknown color: approx Scorpion. HEX triplet: 70, 61 and 69. RGB value is (112,97,105). Sum of RGB (Red+Green+Blue) = 112+97+105=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #706169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706169 is #8F9E96. Grayscale: #666666. Windows color (decimal): -9412247 or 6906224. OLE color: 6906224.

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

Color convert

RGB11297105-
CMYK00.130.060.56
HSL328º7.18%40.98%-
HSV(B)328º13.39%43.92%-
XYZ13.5113.0115.16-
YUV102.4129.47134.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=35.67%
G=30.89%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129710500.130.060.563287.1840.98
Hex7061690D638148729
Octal160141151015670510751
Binary11100001100001110100101101110111000101001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706169; }

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

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

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

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

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

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

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

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