#716E60

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

Shades of Flint #716E60

Tints of Flint #716E60

Color information

#716E60 (or 0x716E60) is unknown color: approx Flint. HEX triplet: 71, 6E and 60. RGB value is (113,110,96). Sum of RGB (Red+Green+Blue) = 113+110+96=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 113 - color contains mainly: red. Hex color #716E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E60 is #8E919F. Grayscale: #6D6D6D. Windows color (decimal): -9343392 or 6319729. OLE color: 6319729.

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

Color convert

RGB11311096-
CMYK00.030.150.56
HSL49.41º8.13%40.98%-
HSV(B)49.41º15.04%44.31%-
XYZ14.515.5113.3-
YUV109.3120.49130.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=35.42%
G=34.48%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131109600.030.150.5649.418.1340.98
Hex716E6003F3831829
Octal161156140031770611051
Binary11100011101110110000001111111110001100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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