#706B3C

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

Shades of Hemlock #706B3C

Tints of Hemlock #706B3C

Color information

#706B3C (or 0x706B3C) is unknown color: approx Hemlock. HEX triplet: 70, 6B and 3C. RGB value is (112,107,60). Sum of RGB (Red+Green+Blue) = 112+107+60=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #706B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B3C is #8F94C3. Grayscale: #676767. Windows color (decimal): -9409732 or 3959664. OLE color: 3959664.

HSL color Cylindrical-coordinate representation of color #706B3C: hue angle of 54.23º 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 #706B3C is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB11210760-
CMYK00.040.460.56
HSL54.23º30.23%33.73%-
HSV(B)54.23º46.43%43.92%-
XYZ12.7614.296.36-
YUV103.14103.66134.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=40.14%
G=38.35%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121076000.040.460.5654.2330.2333.73
Hex706B3C042E38361e22
Octal16015374045670663642
Binary11100001101011111100010010111011100011011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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