#706E4F

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

Shades of Hemlock #706E4F

Tints of Hemlock #706E4F

Color information

#706E4F (or 0x706E4F) is unknown color: approx Hemlock. HEX triplet: 70, 6E and 4F. RGB value is (112,110,79). Sum of RGB (Red+Green+Blue) = 112+110+79=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #706E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E4F is #8F91B0. Grayscale: #6B6B6B. Windows color (decimal): -9408945 or 5205616. OLE color: 5205616.

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

Color convert

RGB11211079-
CMYK00.020.290.56
HSL56.36º17.28%37.45%-
HSV(B)56.36º29.46%43.92%-
XYZ13.6715.169.6-
YUV107.06112.16131.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=37.21%
G=36.54%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121107900.020.290.5656.3617.2837.45
Hex706E4F021D38381125
Octal160156117023570702145
Binary1110000110111010011110101110111100011100010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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