#706D41

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

Shades of Hemlock #706D41

Tints of Hemlock #706D41

Color information

#706D41 (or 0x706D41) is unknown color: approx Hemlock. HEX triplet: 70, 6D and 41. RGB value is (112,109,65). Sum of RGB (Red+Green+Blue) = 112+109+65=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #706D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D41 is #8F92BE. Grayscale: #696969. Windows color (decimal): -9409215 or 4287856. OLE color: 4287856.

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

Color convert

RGB11210965-
CMYK00.030.420.56
HSL56.17º26.55%34.71%-
HSV(B)56.17º41.96%43.92%-
XYZ13.114.767.16-
YUV104.88105.49133.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 65 (25.78% from 255) = 22.73%
R=39.16%
G=38.11%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121096500.030.420.5656.1726.5534.71
Hex706D41032A38381b23
Octal160155101035270703343
Binary11100001101101100000101110101011100011100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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