#706563

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

Shades of Dim Gray #706563

Tints of Dim Gray #706563

Color information

#706563 (or 0x706563) is unknown color: approx Dim Gray. HEX triplet: 70, 65 and 63. RGB value is (112,101,99). Sum of RGB (Red+Green+Blue) = 112+101+99=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #706563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706563 is #8F9A9C. Grayscale: #686868. Windows color (decimal): -9411229 or 6514032. OLE color: 6514032.

HSL color Cylindrical-coordinate representation of color #706563: hue angle of 9.23º 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 #706563 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB11210199-
CMYK00.100.120.56
HSL9.23º6.16%41.37%-
HSV(B)9.23º11.61%43.92%-
XYZ13.5913.6513.72-
YUV104.06125.14133.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 99 (39.06% from 255) = 31.73%
R=35.90%
G=32.37%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121019900.100.120.569.236.1641.37
Hex7065630AC389629
Octal160145143012147011651
Binary1110000110010111000110101011001110001001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706563; }

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

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

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

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

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

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

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

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