#71705E

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

Shades of Flint #71705E

Tints of Flint #71705E

Color information

#71705E (or 0x71705E) is unknown color: approx Flint. HEX triplet: 71, 70 and 5E. RGB value is (113,112,94). Sum of RGB (Red+Green+Blue) = 113+112+94=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 113 - color contains mainly: red. Hex color #71705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71705E is #8E8FA1. Grayscale: #6E6E6E. Windows color (decimal): -9342882 or 6189169. OLE color: 6189169.

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

Color convert

RGB11311294-
CMYK00.010.170.56
HSL56.84º9.18%40.59%-
HSV(B)56.84º16.81%44.31%-
XYZ14.6215.9112.89-
YUV110.25118.83129.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=35.42%
G=35.11%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131129400.010.170.5656.849.1840.59
Hex71705E01113839929
Octal161160136012170711151
Binary11100011110000101111001100011110001110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71705E; }

 p { color: rgb(113,112,94); }

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

<style>
 a { background-color: #71705E; }

 a { background-color: rgb(113,112,94); }

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

<style>
 span { border-color: #71705E; }

 span { border-color: rgb(113,112,94); }

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