#706E4C

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

Shades of Hemlock #706E4C

Tints of Hemlock #706E4C

Color information

#706E4C (or 0x706E4C) is unknown color: approx Hemlock. HEX triplet: 70, 6E and 4C. RGB value is (112,110,76). Sum of RGB (Red+Green+Blue) = 112+110+76=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #706E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E4C is #8F91B3. Grayscale: #6A6A6A. Windows color (decimal): -9408948 or 5009008. OLE color: 5009008.

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

Color convert

RGB11211076-
CMYK00.020.320.56
HSL56.67º19.15%36.86%-
HSV(B)56.67º32.14%43.92%-
XYZ13.5615.129.04-
YUV106.72110.66131.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 76 (30.08% from 255) = 25.50%
R=37.58%
G=36.91%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121107600.020.320.5656.6719.1536.86
Hex706E4C022038391325
Octal160156114024070712345
Binary11100001101110100110001010000011100011100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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