#706E62

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

Shades of Flint #706E62

Tints of Flint #706E62

Color information

#706E62 (or 0x706E62) is unknown color: approx Flint. HEX triplet: 70, 6E and 62. RGB value is (112,110,98). Sum of RGB (Red+Green+Blue) = 112+110+98=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #706E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E62 is #8F919D. Grayscale: #6D6D6D. Windows color (decimal): -9408926 or 6450800. OLE color: 6450800.

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

Color convert

RGB11211098-
CMYK00.020.130.56
HSL51.43º6.67%41.18%-
HSV(B)51.43º12.5%43.92%-
XYZ14.4615.4813.78-
YUV109.23121.66129.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 110 (43.36% from 255) = 34.38%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=35%
G=34.38%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121109800.020.130.5651.436.6741.18
Hex706E6202D3833729
Octal16015614202157063751
Binary1110000110111011000100101101111000110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,110,98); }

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

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

 a { background-color: rgb(112,110,98); }

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

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

 span { border-color: rgb(112,110,98); }

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