#706A40

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

Shades of Hemlock #706A40

Tints of Hemlock #706A40

Color information

#706A40 (or 0x706A40) is unknown color: approx Hemlock. HEX triplet: 70, 6A and 40. RGB value is (112,106,64). Sum of RGB (Red+Green+Blue) = 112+106+64=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #706A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A40 is #8F95BF. Grayscale: #676767. Windows color (decimal): -9409984 or 4221552. OLE color: 4221552.

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

Color convert

RGB11210664-
CMYK00.050.430.56
HSL52.5º27.27%34.51%-
HSV(B)52.5º42.86%43.92%-
XYZ12.7614.126.9-
YUV103.01105.99134.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 64 (25.39% from 255) = 22.70%
R=39.72%
G=37.59%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121066400.050.430.5652.527.2734.51
Hex706A40052B38341b23
Octal160152100055370643343
Binary111000011010101000000010110101111100011010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,106,64); }

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

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

 a { background-color: rgb(112,106,64); }

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

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

 span { border-color: rgb(112,106,64); }

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