#706F61

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

Shades of Flint #706F61

Tints of Flint #706F61

Color information

#706F61 (or 0x706F61) is unknown color: approx Flint. HEX triplet: 70, 6F and 61. RGB value is (112,111,97). Sum of RGB (Red+Green+Blue) = 112+111+97=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #706F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F61 is #8F909E. Grayscale: #6D6D6D. Windows color (decimal): -9408671 or 6385520. OLE color: 6385520.

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

Color convert

RGB11211197-
CMYK00.010.130.56
HSL56º7.18%40.98%-
HSV(B)56º13.39%43.92%-
XYZ14.5215.6813.57-
YUV109.7120.83129.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 97 (38.28% from 255) = 30.31%
R=35%
G=34.69%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121119700.010.130.56567.1840.98
Hex706F6101D3838729
Octal16015714101157070751
Binary111000011011111100001011101111000111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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