#716565

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

Shades of Dim Gray #716565

Tints of Dim Gray #716565

Color information

#716565 (or 0x716565) is unknown color: approx Dim Gray. HEX triplet: 71, 65 and 65. RGB value is (113,101,101). Sum of RGB (Red+Green+Blue) = 113+101+101=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #716565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716565 is #8E9A9A. Grayscale: #686868. Windows color (decimal): -9345691 or 6645105. OLE color: 6645105.

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

Color convert

RGB113101101-
CMYK00.110.110.56
HSL5.61%41.96%-
HSV(B)10.62%44.31%-
XYZ13.8113.7614.24-
YUV104.59125.98134-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 101 (39.84% from 255) = 32.06%
R=35.87%
G=32.06%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310110100.110.110.5605.6141.96
Hex7165650BB38062a
Octal16114514501313700652
Binary1110001110010111001010101110111110000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716565; }

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

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

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

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

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

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

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

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