#706D43

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

Shades of Hemlock #706D43

Tints of Hemlock #706D43

Color information

#706D43 (or 0x706D43) is unknown color: approx Hemlock. HEX triplet: 70, 6D and 43. RGB value is (112,109,67). Sum of RGB (Red+Green+Blue) = 112+109+67=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #706D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D43 is #8F92BC. Grayscale: #696969. Windows color (decimal): -9409213 or 4418928. OLE color: 4418928.

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

Color convert

RGB11210967-
CMYK00.030.400.56
HSL56º25.14%35.1%-
HSV(B)56º40.18%43.92%-
XYZ13.1614.797.47-
YUV105.11106.49132.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 67 (26.56% from 255) = 23.26%
R=38.89%
G=37.85%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121096700.030.400.565625.1435.1
Hex706D43032838381923
Octal160155103035070703143
Binary11100001101101100001101110100011100011100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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