#716D5A

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

Shades of Flint #716D5A

Tints of Flint #716D5A

Color information

#716D5A (or 0x716D5A) is unknown color: approx Flint. HEX triplet: 71, 6D and 5A. RGB value is (113,109,90). Sum of RGB (Red+Green+Blue) = 113+109+90=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #716D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D5A is #8E92A5. Grayscale: #6C6C6C. Windows color (decimal): -9343654 or 5926257. OLE color: 5926257.

HSL color Cylindrical-coordinate representation of color #716D5A: hue angle of 49.57º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #716D5A is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB11310990-
CMYK00.040.200.56
HSL49.57º11.33%39.8%-
HSV(B)49.57º20.35%44.31%-
XYZ14.1215.1911.86-
YUV108.03117.83131.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=36.22%
G=34.94%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131099000.040.200.5649.5711.3339.8
Hex716D5A04143832b28
Octal161155132042470621350
Binary1110001110110110110100100101001110001100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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