#716C60

Color #716C60 Flint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flint #716C60

Tints of Flint #716C60

Color information

#716C60 (or 0x716C60) is unknown color: approx Flint. HEX triplet: 71, 6C and 60. RGB value is (113,108,96). Sum of RGB (Red+Green+Blue) = 113+108+96=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #716C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C60 is #8E939F. Grayscale: #6C6C6C. Windows color (decimal): -9343904 or 6319217. OLE color: 6319217.

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

Color convert

RGB11310896-
CMYK00.040.150.56
HSL42.35º8.13%40.98%-
HSV(B)42.35º15.04%44.31%-
XYZ14.2815.0813.22-
YUV108.13121.16131.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=35.65%
G=34.07%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131089600.040.150.5642.358.1340.98
Hex716C6004F382a829
Octal161154140041770521051
Binary111000111011001100000010011111110001010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716C60; }

 p { color: rgb(113,108,96); }

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

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

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

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

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

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

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