#706D4A

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

Shades of Hemlock #706D4A

Tints of Hemlock #706D4A

Color information

#706D4A (or 0x706D4A) is unknown color: approx Hemlock. HEX triplet: 70, 6D and 4A. RGB value is (112,109,74). Sum of RGB (Red+Green+Blue) = 112+109+74=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D4A is #8F92B5. Grayscale: #6A6A6A. Windows color (decimal): -9409206 or 4877680. OLE color: 4877680.

HSL color Cylindrical-coordinate representation of color #706D4A: hue angle of 55.26º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #706D4A is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB11210974-
CMYK00.030.340.56
HSL55.26º20.43%36.47%-
HSV(B)55.26º33.93%43.92%-
XYZ13.3914.888.64-
YUV105.91109.99132.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 109 (42.97% from 255) = 36.95%
BLUE value IS 74 (29.30% from 255) = 25.08%
R=37.97%
G=36.95%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121097400.030.340.5655.2620.4336.47
Hex706D4A032238371424
Octal160155112034270672444
Binary11100001101101100101001110001011100011011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,109,74); }

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

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

 a { background-color: rgb(112,109,74); }

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

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

 span { border-color: rgb(112,109,74); }

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