#706C60

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

Shades of Flint #706C60

Tints of Flint #706C60

Color information

#706C60 (or 0x706C60) is unknown color: approx Flint. HEX triplet: 70, 6C and 60. RGB value is (112,108,96). Sum of RGB (Red+Green+Blue) = 112+108+96=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 112 - color contains mainly: red. Hex color #706C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C60 is #8F939F. Grayscale: #6B6B6B. Windows color (decimal): -9409440 or 6319216. OLE color: 6319216.

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

Color convert

RGB11210896-
CMYK00.040.140.56
HSL45º7.69%40.78%-
HSV(B)45º14.29%43.92%-
XYZ14.1615.0113.22-
YUV107.83121.33130.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.44%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 96 (37.89% from 255) = 30.38%
R=35.44%
G=34.18%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121089600.040.140.56457.6940.78
Hex706C6004E382d829
Octal160154140041670551051
Binary111000011011001100000010011101110001011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,108,96); }

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

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

 a { background-color: rgb(112,108,96); }

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

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

 span { border-color: rgb(112,108,96); }

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