#706A6C

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

Shades of Scorpion #706A6C

Tints of Scorpion #706A6C

Color information

#706A6C (or 0x706A6C) is unknown color: approx Scorpion. HEX triplet: 70, 6A and 6C. RGB value is (112,106,108). Sum of RGB (Red+Green+Blue) = 112+106+108=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 112 - color contains mainly: red. Hex color #706A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A6C is #8F9593. Grayscale: #6C6C6C. Windows color (decimal): -9409940 or 7105136. OLE color: 7105136.

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

Color convert

RGB112106108-
CMYK00.050.040.56
HSL340º2.75%42.75%-
HSV(B)340º5.36%43.92%-
XYZ14.5414.8416.28-
YUV108.02127.99130.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=34.36%
G=32.52%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210610800.050.040.563402.7542.75
Hex706A6C0543815432b
Octal16015215405470524353
Binary111000011010101101100010110011100010101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,106,108); }

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

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

 a { background-color: rgb(112,106,108); }

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

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

 span { border-color: rgb(112,106,108); }

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