#706C5F

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

Shades of Flint #706C5F

Tints of Flint #706C5F

Color information

#706C5F (or 0x706C5F) is unknown color: approx Flint. HEX triplet: 70, 6C and 5F. RGB value is (112,108,95). Sum of RGB (Red+Green+Blue) = 112+108+95=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C5F is #8F93A0. Grayscale: #6B6B6B. Windows color (decimal): -9409441 or 6253680. OLE color: 6253680.

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

Color convert

RGB11210895-
CMYK00.040.150.56
HSL45.88º8.21%40.59%-
HSV(B)45.88º15.18%43.92%-
XYZ14.111512.98-
YUV107.71120.83131.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=35.56%
G=34.29%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121089500.040.150.5645.888.2140.59
Hex706C5F04F382e829
Octal160154137041770561051
Binary111000011011001011111010011111110001011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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