#706669

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

Shades of Scorpion #706669

Tints of Scorpion #706669

Color information

#706669 (or 0x706669) is unknown color: approx Scorpion. HEX triplet: 70, 66 and 69. RGB value is (112,102,105). Sum of RGB (Red+Green+Blue) = 112+102+105=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 112 - color contains mainly: red. Hex color #706669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706669 is #8F9996. Grayscale: #696969. Windows color (decimal): -9410967 or 6907504. OLE color: 6907504.

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

Color convert

RGB112102105-
CMYK00.090.060.56
HSL342º4.67%41.96%-
HSV(B)342º8.93%43.92%-
XYZ13.9813.9715.32-
YUV105.33127.81132.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=35.11%
G=31.97%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210210500.090.060.563424.6741.96
Hex7066690963815652a
Octal160146151011670526552
Binary11100001100110110100101001110111000101010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706669; }

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

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

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

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

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

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

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

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