#706E6F

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

Shades of Scorpion #706E6F

Tints of Scorpion #706E6F

Color information

#706E6F (or 0x706E6F) is unknown color: approx Scorpion. HEX triplet: 70, 6E and 6F. RGB value is (112,110,111). Sum of RGB (Red+Green+Blue) = 112+110+111=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 112 - color contains mainly: red. Hex color #706E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E6F is #8F9190. Grayscale: #6E6E6E. Windows color (decimal): -9408913 or 7302768. OLE color: 7302768.

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

Color convert

RGB112110111-
CMYK00.020.010.56
HSL330º0.9%43.53%-
HSV(B)330º1.79%43.92%-
XYZ15.1315.7417.28-
YUV110.71128.16128.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=33.63%
G=33.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211011100.020.010.563300.943.53
Hex706E6F0213814a12c
Octal16015615702170512154
Binary11100001101110110111101011110001010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706E6F; }

 p { color: rgb(112,110,111); }

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

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

 a { background-color: rgb(112,110,111); }

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

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

 span { border-color: rgb(112,110,111); }

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