#716563

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

Shades of Dim Gray #716563

Tints of Dim Gray #716563

Color information

#716563 (or 0x716563) is unknown color: approx Dim Gray. HEX triplet: 71, 65 and 63. RGB value is (113,101,99). Sum of RGB (Red+Green+Blue) = 113+101+99=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #716563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716563 is #8E9A9C. Grayscale: #686868. Windows color (decimal): -9345693 or 6514033. OLE color: 6514033.

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

Color convert

RGB11310199-
CMYK00.110.120.56
HSL8.57º6.6%41.57%-
HSV(B)8.57º12.39%44.31%-
XYZ13.7213.7213.73-
YUV104.36124.98134.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=36.10%
G=32.27%
B=31.63%

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
Decimal1131019900.110.120.568.576.641.57
Hex7165630BC38972a
Octal161145143013147011752
Binary1110001110010111000110101111001110001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716563; }

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

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

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

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

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

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

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

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