#706069

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

Shades of Scorpion #706069

Tints of Scorpion #706069

Color information

#706069 (or 0x706069) is unknown color: approx Scorpion. HEX triplet: 70, 60 and 69. RGB value is (112,96,105). Sum of RGB (Red+Green+Blue) = 112+96+105=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706069 is #8F9F96. Grayscale: #656565. Windows color (decimal): -9412503 or 6905968. OLE color: 6905968.

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

Color convert

RGB11296105-
CMYK00.140.060.56
HSL326.25º7.69%40.78%-
HSV(B)326.25º14.29%43.92%-
XYZ13.4112.8315.13-
YUV101.81129.8135.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 105 (41.41% from 255) = 33.55%
R=35.78%
G=30.67%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129610500.140.060.56326.257.6940.78
Hex7060690E638146829
Octal1601401510166705061051
Binary111000011000001101001011101101110001010001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706069; }

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

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

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

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

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

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

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

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