#706E4E

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

Shades of Hemlock #706E4E

Tints of Hemlock #706E4E

Color information

#706E4E (or 0x706E4E) is unknown color: approx Hemlock. HEX triplet: 70, 6E and 4E. RGB value is (112,110,78). Sum of RGB (Red+Green+Blue) = 112+110+78=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #706E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E4E is #8F91B1. Grayscale: #6B6B6B. Windows color (decimal): -9408946 or 5140080. OLE color: 5140080.

HSL color Cylindrical-coordinate representation of color #706E4E: hue angle of 56.47º 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 #706E4E is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB11211078-
CMYK00.020.300.56
HSL56.47º17.89%37.25%-
HSV(B)56.47º30.36%43.92%-
XYZ13.6315.159.41-
YUV106.95111.66131.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 78 (30.86% from 255) = 26%
R=37.33%
G=36.67%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121107800.020.300.5656.4717.8937.25
Hex706E4E021E38381225
Octal160156116023670702245
Binary1110000110111010011100101111011100011100010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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