#706F64

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

Shades of Flint #706F64

Tints of Flint #706F64

Color information

#706F64 (or 0x706F64) is unknown color: approx Flint. HEX triplet: 70, 6F and 64. RGB value is (112,111,100). Sum of RGB (Red+Green+Blue) = 112+111+100=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 112 - color contains mainly: red. Hex color #706F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F64 is #8F909B. Grayscale: #6E6E6E. Windows color (decimal): -9408668 or 6582128. OLE color: 6582128.

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

Color convert

RGB112111100-
CMYK00.010.110.56
HSL55º5.66%41.57%-
HSV(B)55º10.71%43.92%-
XYZ14.6715.7314.32-
YUV110.04122.33129.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=34.67%
G=34.37%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211110000.010.110.56555.6641.57
Hex706F6401B383762a
Octal16015714401137067652
Binary111000011011111100100011011111000110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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