#706E57

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

Shades of Flint #706E57

Tints of Flint #706E57

Color information

#706E57 (or 0x706E57) is unknown color: approx Flint. HEX triplet: 70, 6E and 57. RGB value is (112,110,87). Sum of RGB (Red+Green+Blue) = 112+110+87=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #706E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E57 is #8F91A8. Grayscale: #6C6C6C. Windows color (decimal): -9408937 or 5729904. OLE color: 5729904.

HSL color Cylindrical-coordinate representation of color #706E57: hue angle of 55.2º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #706E57 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB11211087-
CMYK00.020.220.56
HSL55.2º12.56%39.02%-
HSV(B)55.2º22.32%43.92%-
XYZ13.9815.2811.23-
YUV107.98116.16130.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 110 (43.36% from 255) = 35.60%
BLUE value IS 87 (34.38% from 255) = 28.16%
R=36.25%
G=35.60%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121108700.020.220.5655.212.5639.02
Hex706E5702163837d27
Octal160156127022670671547
Binary111000011011101010111010101101110001101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706E57; }

 p { color: rgb(112,110,87); }

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

<style>
 a { background-color: #706E57; }

 a { background-color: rgb(112,110,87); }

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

<style>
 span { border-color: #706E57; }

 span { border-color: rgb(112,110,87); }

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