#716C59

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

Shades of Flint #716C59

Tints of Flint #716C59

Color information

#716C59 (or 0x716C59) is unknown color: approx Flint. HEX triplet: 71, 6C and 59. RGB value is (113,108,89). Sum of RGB (Red+Green+Blue) = 113+108+89=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #716C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C59 is #8E93A6. Grayscale: #6B6B6B. Windows color (decimal): -9343911 or 5860465. OLE color: 5860465.

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

Color convert

RGB11310889-
CMYK00.040.210.56
HSL47.5º11.88%39.61%-
HSV(B)47.5º21.24%44.31%-
XYZ13.9814.9611.6-
YUV107.33117.66132.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 89 (35.16% from 255) = 28.71%
R=36.45%
G=34.84%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131088900.040.210.5647.511.8839.61
Hex716C5904153830c28
Octal161154131042570601450
Binary1110001110110010110010100101011110001100001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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