#706E46

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

Shades of Hemlock #706E46

Tints of Hemlock #706E46

Color information

#706E46 (or 0x706E46) is unknown color: approx Hemlock. HEX triplet: 70, 6E and 46. RGB value is (112,110,70). Sum of RGB (Red+Green+Blue) = 112+110+70=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #706E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E46 is #8F91B9. Grayscale: #6A6A6A. Windows color (decimal): -9408954 or 4615792. OLE color: 4615792.

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

Color convert

RGB11211070-
CMYK00.020.380.56
HSL57.14º23.08%35.69%-
HSV(B)57.14º37.5%43.92%-
XYZ13.3615.047.99-
YUV106.04107.66132.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 110 (43.36% from 255) = 37.67%
BLUE value IS 70 (27.73% from 255) = 23.97%
R=38.36%
G=37.67%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121107000.020.380.5657.1423.0835.69
Hex706E46022638391724
Octal160156106024670712744
Binary11100001101110100011001010011011100011100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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