#706C5E

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

Shades of Flint #706C5E

Tints of Flint #706C5E

Color information

#706C5E (or 0x706C5E) is unknown color: approx Flint. HEX triplet: 70, 6C and 5E. RGB value is (112,108,94). Sum of RGB (Red+Green+Blue) = 112+108+94=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #706C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C5E is #8F93A1. Grayscale: #6B6B6B. Windows color (decimal): -9409442 or 6188144. OLE color: 6188144.

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

Color convert

RGB11210894-
CMYK00.040.160.56
HSL46.67º8.74%40.39%-
HSV(B)46.67º16.07%43.92%-
XYZ14.0714.9812.74-
YUV107.6120.33131.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=35.67%
G=34.39%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121089400.040.160.5646.678.7440.39
Hex706C5E0410382f928
Octal160154136042070571150
Binary1110000110110010111100100100001110001011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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