#706F5E

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

Shades of Flint #706F5E

Tints of Flint #706F5E

Color information

#706F5E (or 0x706F5E) is unknown color: approx Flint. HEX triplet: 70, 6F and 5E. RGB value is (112,111,94). Sum of RGB (Red+Green+Blue) = 112+111+94=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 112 - color contains mainly: red. Hex color #706F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F5E is #8F90A1. Grayscale: #6D6D6D. Windows color (decimal): -9408674 or 6188912. OLE color: 6188912.

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

Color convert

RGB11211194-
CMYK00.010.160.56
HSL56.67º8.74%40.39%-
HSV(B)56.67º16.07%43.92%-
XYZ14.3915.6212.85-
YUV109.36119.33129.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=35.33%
G=35.02%
B=29.65%

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
Decimal1121119400.010.160.5656.678.7440.39
Hex706F5E01103839928
Octal160157136012070711150
Binary11100001101111101111001100001110001110011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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