#706463

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

Shades of Dim Gray #706463

Tints of Dim Gray #706463

Color information

#706463 (or 0x706463) is unknown color: approx Dim Gray. HEX triplet: 70, 64 and 63. RGB value is (112,100,99). Sum of RGB (Red+Green+Blue) = 112+100+99=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #706463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706463 is #8F9B9C. Grayscale: #676767. Windows color (decimal): -9411485 or 6513776. OLE color: 6513776.

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

Color convert

RGB11210099-
CMYK00.110.120.56
HSL4.62º6.16%41.37%-
HSV(B)4.62º11.61%43.92%-
XYZ13.4913.4613.69-
YUV103.47125.48134.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 99 (39.06% from 255) = 31.83%
R=36.01%
G=32.15%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121009900.110.120.564.626.1641.37
Hex7064630BC385629
Octal16014414301314705651
Binary111000011001001100011010111100111000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706463; }

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

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

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

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

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

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

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

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