#706D4E

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

Shades of Hemlock #706D4E

Tints of Hemlock #706D4E

Color information

#706D4E (or 0x706D4E) is unknown color: approx Hemlock. HEX triplet: 70, 6D and 4E. RGB value is (112,109,78). Sum of RGB (Red+Green+Blue) = 112+109+78=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #706D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D4E is #8F92B1. Grayscale: #6A6A6A. Windows color (decimal): -9409202 or 5139824. OLE color: 5139824.

HSL color Cylindrical-coordinate representation of color #706D4E: hue angle of 54.71º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #706D4E is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB11210978-
CMYK00.030.300.56
HSL54.71º17.89%37.25%-
HSV(B)54.71º30.36%43.92%-
XYZ13.5314.939.38-
YUV106.36111.99132.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 109 (42.97% from 255) = 36.45%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=37.46%
G=36.45%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121097800.030.300.5654.7117.8937.25
Hex706D4E031E38371225
Octal160155116033670672245
Binary1110000110110110011100111111011100011011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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