#716D5F

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

Shades of Flint #716D5F

Tints of Flint #716D5F

Color information

#716D5F (or 0x716D5F) is unknown color: approx Flint. HEX triplet: 71, 6D and 5F. RGB value is (113,109,95). Sum of RGB (Red+Green+Blue) = 113+109+95=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #716D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D5F is #8E92A0. Grayscale: #6C6C6C. Windows color (decimal): -9343649 or 6253937. OLE color: 6253937.

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

Color convert

RGB11310995-
CMYK00.040.160.56
HSL46.67º8.65%40.78%-
HSV(B)46.67º15.93%44.31%-
XYZ14.3415.2713.02-
YUV108.6120.33131.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=35.65%
G=34.38%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131099500.040.160.5646.678.6540.78
Hex716D5F0410382f929
Octal161155137042070571151
Binary1110001110110110111110100100001110001011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,109,95); }

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

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

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

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

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

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

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