#706D6E

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

Shades of Scorpion #706D6E

Tints of Scorpion #706D6E

Color information

#706D6E (or 0x706D6E) is unknown color: approx Scorpion. HEX triplet: 70, 6D and 6E. RGB value is (112,109,110). Sum of RGB (Red+Green+Blue) = 112+109+110=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 112 - color contains mainly: red. Hex color #706D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D6E is #8F9291. Grayscale: #6E6E6E. Windows color (decimal): -9409170 or 7236976. OLE color: 7236976.

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

Color convert

RGB112109110-
CMYK00.030.020.56
HSL340º1.36%43.33%-
HSV(B)340º2.68%43.92%-
XYZ14.9715.5116.96-
YUV110.01127.99129.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=33.84%
G=32.93%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210911000.030.020.563401.3643.33
Hex706D6E0323815412b
Octal16015515603270524153
Binary111000011011011101110011101110001010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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