#706E47

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

Shades of Hemlock #706E47

Tints of Hemlock #706E47

Color information

#706E47 (or 0x706E47) is unknown color: approx Hemlock. HEX triplet: 70, 6E and 47. RGB value is (112,110,71). Sum of RGB (Red+Green+Blue) = 112+110+71=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E47 is #8F91B8. Grayscale: #6A6A6A. Windows color (decimal): -9408953 or 4681328. OLE color: 4681328.

HSL color Cylindrical-coordinate representation of color #706E47: hue angle of 57.07º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #706E47 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB11211071-
CMYK00.020.370.56
HSL57.07º22.4%35.88%-
HSV(B)57.07º36.61%43.92%-
XYZ13.415.058.16-
YUV106.15108.16132.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 110 (43.36% from 255) = 37.54%
BLUE value IS 71 (28.12% from 255) = 24.23%
R=38.23%
G=37.54%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121107100.020.370.5657.0722.435.88
Hex706E47022538391624
Octal160156107024570712644
Binary11100001101110100011101010010111100011100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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