#706F47

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

Shades of Hemlock #706F47

Tints of Hemlock #706F47

Color information

#706F47 (or 0x706F47) is unknown color: approx Hemlock. HEX triplet: 70, 6F and 47. RGB value is (112,111,71). Sum of RGB (Red+Green+Blue) = 112+111+71=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #706F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F47 is #8F90B8. Grayscale: #6A6A6A. Windows color (decimal): -9408697 or 4681584. OLE color: 4681584.

HSL color Cylindrical-coordinate representation of color #706F47: hue angle of 58.54º 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 #706F47 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB11211171-
CMYK00.010.370.56
HSL58.54º22.4%35.88%-
HSV(B)58.54º36.61%43.92%-
XYZ13.515.278.2-
YUV106.74107.83131.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 71 (28.12% from 255) = 24.15%
R=38.10%
G=37.76%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121117100.010.370.5658.5422.435.88
Hex706F470125383b1624
Octal160157107014570732644
Binary1110000110111110001110110010111100011101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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