#716C5B

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

Shades of Flint #716C5B

Tints of Flint #716C5B

Color information

#716C5B (or 0x716C5B) is unknown color: approx Flint. HEX triplet: 71, 6C and 5B. RGB value is (113,108,91). Sum of RGB (Red+Green+Blue) = 113+108+91=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #716C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C5B is #8E93A4. Grayscale: #6B6B6B. Windows color (decimal): -9343909 or 5991537. OLE color: 5991537.

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

Color convert

RGB11310891-
CMYK00.040.190.56
HSL46.36º10.78%40%-
HSV(B)46.36º19.47%44.31%-
XYZ14.0614.9912.05-
YUV107.56118.66131.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=36.22%
G=34.62%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131089100.040.190.5646.3610.7840
Hex716C5B0413382eb28
Octal161154133042370561350
Binary1110001110110010110110100100111110001011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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