#706A41

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

Shades of Hemlock #706A41

Tints of Hemlock #706A41

Color information

#706A41 (or 0x706A41) is unknown color: approx Hemlock. HEX triplet: 70, 6A and 41. RGB value is (112,106,65). Sum of RGB (Red+Green+Blue) = 112+106+65=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #706A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A41 is #8F95BE. Grayscale: #676767. Windows color (decimal): -9409983 or 4287088. OLE color: 4287088.

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

Color convert

RGB11210665-
CMYK00.050.420.56
HSL52.34º26.55%34.71%-
HSV(B)52.34º41.96%43.92%-
XYZ12.7914.137.06-
YUV103.12106.49134.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 106 (41.80% from 255) = 37.46%
BLUE value IS 65 (25.78% from 255) = 22.97%
R=39.58%
G=37.46%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121066500.050.420.5652.3426.5534.71
Hex706A41052A38341b23
Octal160152101055270643343
Binary111000011010101000001010110101011100011010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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