#706E52

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

Shades of Hemlock #706E52

Tints of Hemlock #706E52

Color information

#706E52 (or 0x706E52) is unknown color: approx Hemlock. HEX triplet: 70, 6E and 52. RGB value is (112,110,82). Sum of RGB (Red+Green+Blue) = 112+110+82=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #706E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E52 is #8F91AD. Grayscale: #6B6B6B. Windows color (decimal): -9408942 or 5402224. OLE color: 5402224.

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

Color convert

RGB11211082-
CMYK00.020.270.56
HSL56º15.46%38.04%-
HSV(B)56º26.79%43.92%-
XYZ13.7815.2110.19-
YUV107.41113.66131.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=36.84%
G=36.18%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121108200.020.270.565615.4638.04
Hex706E52021B3838f26
Octal160156122023370701746
Binary111000011011101010010010110111110001110001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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