#706F56

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

Shades of Hemlock #706F56

Tints of Hemlock #706F56

Color information

#706F56 (or 0x706F56) is unknown color: approx Hemlock. HEX triplet: 70, 6F and 56. RGB value is (112,111,86). Sum of RGB (Red+Green+Blue) = 112+111+86=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #706F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F56 is #8F90A9. Grayscale: #6C6C6C. Windows color (decimal): -9408682 or 5664624. OLE color: 5664624.

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

Color convert

RGB11211186-
CMYK00.010.230.56
HSL57.69º13.13%38.82%-
HSV(B)57.69º23.21%43.92%-
XYZ14.0515.4911.05-
YUV108.45115.33130.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=36.25%
G=35.92%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121118600.010.230.5657.6913.1338.82
Hex706F560117383ad27
Octal160157126012770721547
Binary11100001101111101011001101111110001110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,111,86); }

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

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

 a { background-color: rgb(112,111,86); }

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

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

 span { border-color: rgb(112,111,86); }

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