#716E5C

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

Shades of Flint #716E5C

Tints of Flint #716E5C

Color information

#716E5C (or 0x716E5C) is unknown color: approx Flint. HEX triplet: 71, 6E and 5C. RGB value is (113,110,92). Sum of RGB (Red+Green+Blue) = 113+110+92=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #716E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E5C is #8E91A3. Grayscale: #6C6C6C. Windows color (decimal): -9343396 or 6057585. OLE color: 6057585.

HSL color Cylindrical-coordinate representation of color #716E5C: hue angle of 51.43º degrees, saturation: 0.1, 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 #716E5C is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB11311092-
CMYK00.030.190.56
HSL51.43º10.24%40.2%-
HSV(B)51.43º18.58%44.31%-
XYZ14.3215.4412.35-
YUV108.84118.49130.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 92 (36.33% from 255) = 29.21%
R=35.87%
G=34.92%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131109200.030.190.5651.4310.2440.2
Hex716E5C03133833a28
Octal161156134032370631250
Binary111000111011101011100011100111110001100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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