#71705F

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

Shades of Flint #71705F

Tints of Flint #71705F

Color information

#71705F (or 0x71705F) is unknown color: approx Flint. HEX triplet: 71, 70 and 5F. RGB value is (113,112,95). Sum of RGB (Red+Green+Blue) = 113+112+95=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 113 - color contains mainly: red. Hex color #71705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71705F is #8E8FA0. Grayscale: #6E6E6E. Windows color (decimal): -9342881 or 6254705. OLE color: 6254705.

HSL color Cylindrical-coordinate representation of color #71705F: hue angle of 56.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 #71705F is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB11311295-
CMYK00.010.160.56
HSL56.67º8.65%40.78%-
HSV(B)56.67º15.93%44.31%-
XYZ14.6715.9313.13-
YUV110.36119.33129.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=35.31%
G=35%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131129500.010.160.5656.678.6540.78
Hex71705F01103839929
Octal161160137012070711151
Binary11100011110000101111101100001110001110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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