#706D4C

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

Shades of Hemlock #706D4C

Tints of Hemlock #706D4C

Color information

#706D4C (or 0x706D4C) is unknown color: approx Hemlock. HEX triplet: 70, 6D and 4C. RGB value is (112,109,76). Sum of RGB (Red+Green+Blue) = 112+109+76=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D4C is #8F92B3. Grayscale: #6A6A6A. Windows color (decimal): -9409204 or 5008752. OLE color: 5008752.

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

Color convert

RGB11210976-
CMYK00.030.320.56
HSL55º19.15%36.86%-
HSV(B)55º32.14%43.92%-
XYZ13.4614.99.01-
YUV106.14110.99132.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 109 (42.97% from 255) = 36.70%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=37.71%
G=36.70%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121097600.030.320.565519.1536.86
Hex706D4C032038371325
Octal160155114034070672345
Binary11100001101101100110001110000011100011011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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