#706D5C

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

Shades of Flint #706D5C

Tints of Flint #706D5C

Color information

#706D5C (or 0x706D5C) is unknown color: approx Flint. HEX triplet: 70, 6D and 5C. RGB value is (112,109,92). Sum of RGB (Red+Green+Blue) = 112+109+92=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D5C is #8F92A3. Grayscale: #6C6C6C. Windows color (decimal): -9409188 or 6057328. OLE color: 6057328.

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

Color convert

RGB11210992-
CMYK00.030.180.56
HSL51º9.8%40%-
HSV(B)51º17.86%43.92%-
XYZ14.0815.1512.31-
YUV107.96118.99130.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=35.78%
G=34.82%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121099200.030.180.56519.840
Hex706D5C03123833a28
Octal160155134032270631250
Binary111000011011011011100011100101110001100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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