#706E3C

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

Shades of Hemlock #706E3C

Tints of Hemlock #706E3C

Color information

#706E3C (or 0x706E3C) is unknown color: approx Hemlock. HEX triplet: 70, 6E and 3C. RGB value is (112,110,60). Sum of RGB (Red+Green+Blue) = 112+110+60=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #706E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E3C is #8F91C3. Grayscale: #696969. Windows color (decimal): -9408964 or 3960432. OLE color: 3960432.

HSL color Cylindrical-coordinate representation of color #706E3C: hue angle of 57.69º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #706E3C is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB11211060-
CMYK00.020.460.56
HSL57.69º30.23%33.73%-
HSV(B)57.69º46.43%43.92%-
XYZ13.0714.926.47-
YUV104.9102.66133.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 110 (43.36% from 255) = 39.01%
BLUE value IS 60 (23.83% from 255) = 21.28%
R=39.72%
G=39.01%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121106000.020.460.5657.6930.2333.73
Hex706E3C022E383a1e22
Octal16015674025670723642
Binary1110000110111011110001010111011100011101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,110,60); }

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

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

 a { background-color: rgb(112,110,60); }

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

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

 span { border-color: rgb(112,110,60); }

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