#716E59

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

Shades of Flint #716E59

Tints of Flint #716E59

Color information

#716E59 (or 0x716E59) is unknown color: approx Flint. HEX triplet: 71, 6E and 59. RGB value is (113,110,89). Sum of RGB (Red+Green+Blue) = 113+110+89=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #716E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E59 is #8E91A6. Grayscale: #6C6C6C. Windows color (decimal): -9343399 or 5860977. OLE color: 5860977.

HSL color Cylindrical-coordinate representation of color #716E59: hue angle of 52.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #716E59 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB11311089-
CMYK00.030.210.56
HSL52.5º11.88%39.61%-
HSV(B)52.5º21.24%44.31%-
XYZ14.1915.3811.67-
YUV108.5116.99131.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 110 (43.36% from 255) = 35.26%
BLUE value IS 89 (35.16% from 255) = 28.53%
R=36.22%
G=35.26%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131108900.030.210.5652.511.8839.61
Hex716E5903153834c28
Octal161156131032570641450
Binary111000111011101011001011101011110001101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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