#706A44

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

Shades of Hemlock #706A44

Tints of Hemlock #706A44

Color information

#706A44 (or 0x706A44) is unknown color: approx Hemlock. HEX triplet: 70, 6A and 44. RGB value is (112,106,68). Sum of RGB (Red+Green+Blue) = 112+106+68=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #706A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A44 is #8F95BB. Grayscale: #676767. Windows color (decimal): -9409980 or 4483696. OLE color: 4483696.

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

Color convert

RGB11210668-
CMYK00.050.390.56
HSL51.82º24.44%35.29%-
HSV(B)51.82º39.29%43.92%-
XYZ12.8814.177.53-
YUV103.46107.99134.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 106 (41.80% from 255) = 37.06%
BLUE value IS 68 (26.95% from 255) = 23.78%
R=39.16%
G=37.06%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121066800.050.390.5651.8224.4435.29
Hex706A44052738341823
Octal160152104054770643043
Binary111000011010101000100010110011111100011010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,106,68); }

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

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

 a { background-color: rgb(112,106,68); }

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

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

 span { border-color: rgb(112,106,68); }

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