#706D46

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

Shades of Hemlock #706D46

Tints of Hemlock #706D46

Color information

#706D46 (or 0x706D46) is unknown color: approx Hemlock. HEX triplet: 70, 6D and 46. RGB value is (112,109,70). Sum of RGB (Red+Green+Blue) = 112+109+70=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #706D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D46 is #8F92B9. Grayscale: #696969. Windows color (decimal): -9409210 or 4615536. OLE color: 4615536.

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

Color convert

RGB11210970-
CMYK00.030.380.56
HSL55.71º23.08%35.69%-
HSV(B)55.71º37.5%43.92%-
XYZ13.2614.827.96-
YUV105.45107.99132.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 70 (27.73% from 255) = 24.05%
R=38.49%
G=37.46%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121097000.030.380.5655.7123.0835.69
Hex706D46032638381724
Octal160155106034670702744
Binary11100001101101100011001110011011100011100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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