#706D5B

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

Shades of Flint #706D5B

Tints of Flint #706D5B

Color information

#706D5B (or 0x706D5B) is unknown color: approx Flint. HEX triplet: 70, 6D and 5B. RGB value is (112,109,91). Sum of RGB (Red+Green+Blue) = 112+109+91=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #706D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D5B is #8F92A4. Grayscale: #6B6B6B. Windows color (decimal): -9409189 or 5991792. OLE color: 5991792.

HSL color Cylindrical-coordinate representation of color #706D5B: hue angle of 51.43º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #706D5B is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB11210991-
CMYK00.030.190.56
HSL51.43º10.34%39.8%-
HSV(B)51.43º18.75%43.92%-
XYZ14.0415.1412.08-
YUV107.84118.49130.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=35.90%
G=34.94%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121099100.030.190.5651.4310.3439.8
Hex706D5B03133833a28
Octal160155133032370631250
Binary111000011011011011011011100111110001100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,109,91); }

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

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

 a { background-color: rgb(112,109,91); }

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

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

 span { border-color: rgb(112,109,91); }

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