#706467

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

Shades of Scorpion #706467

Tints of Scorpion #706467

Color information

#706467 (or 0x706467) is unknown color: approx Scorpion. HEX triplet: 70, 64 and 67. RGB value is (112,100,103). Sum of RGB (Red+Green+Blue) = 112+100+103=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706467 is #8F9B98. Grayscale: #676767. Windows color (decimal): -9411481 or 6775920. OLE color: 6775920.

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

Color convert

RGB112100103-
CMYK00.110.080.56
HSL345º5.66%41.57%-
HSV(B)345º10.71%43.92%-
XYZ13.6913.5414.72-
YUV103.93127.48133.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 103 (40.62% from 255) = 32.70%
R=35.56%
G=31.75%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210010300.110.080.563455.6641.57
Hex7064670B83815962a
Octal1601441470131070531652
Binary111000011001001100111010111000111000101011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706467; }

 p { color: rgb(112,100,103); }

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

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

 a { background-color: rgb(112,100,103); }

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

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

 span { border-color: rgb(112,100,103); }

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