#716361

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

Shades of Dim Gray #716361

Tints of Dim Gray #716361

Color information

#716361 (or 0x716361) is unknown color: approx Dim Gray. HEX triplet: 71, 63 and 61. RGB value is (113,99,97). Sum of RGB (Red+Green+Blue) = 113+99+97=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #716361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716361 is #8E9C9E. Grayscale: #666666. Windows color (decimal): -9346207 or 6382449. OLE color: 6382449.

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

Color convert

RGB1139997-
CMYK00.120.140.56
HSL7.5º7.62%41.18%-
HSV(B)7.5º14.16%44.31%-
XYZ13.4313.313.17-
YUV102.96124.64135.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=36.57%
G=32.04%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113999700.120.140.567.57.6241.18
Hex7163610CE388829
Octal1611431410141670101051
Binary11100011100011110000101100111011100010001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716361; }

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

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

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

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

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

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

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

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