#706D5E

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

Shades of Flint #706D5E

Tints of Flint #706D5E

Color information

#706D5E (or 0x706D5E) is unknown color: approx Flint. HEX triplet: 70, 6D and 5E. RGB value is (112,109,94). Sum of RGB (Red+Green+Blue) = 112+109+94=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D5E is #8F92A1. Grayscale: #6C6C6C. Windows color (decimal): -9409186 or 6188400. OLE color: 6188400.

HSL color Cylindrical-coordinate representation of color #706D5E: hue angle of 50º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #706D5E is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB11210994-
CMYK00.030.160.56
HSL50º8.74%40.39%-
HSV(B)50º16.07%43.92%-
XYZ14.1715.1912.77-
YUV108.19119.99130.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=35.56%
G=34.60%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121099400.030.160.56508.7440.39
Hex706D5E03103832928
Octal160155136032070621150
Binary111000011011011011110011100001110001100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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