#706F44

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

Shades of Hemlock #706F44

Tints of Hemlock #706F44

Color information

#706F44 (or 0x706F44) is unknown color: approx Hemlock. HEX triplet: 70, 6F and 44. RGB value is (112,111,68). Sum of RGB (Red+Green+Blue) = 112+111+68=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #706F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F44 is #8F90BB. Grayscale: #6A6A6A. Windows color (decimal): -9408700 or 4484976. OLE color: 4484976.

HSL color Cylindrical-coordinate representation of color #706F44: hue angle of 58.64º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706F44 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB11211168-
CMYK00.010.390.56
HSL58.64º24.44%35.29%-
HSV(B)58.64º39.29%43.92%-
XYZ13.4115.237.7-
YUV106.4106.33132-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=38.49%
G=38.14%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121116800.010.390.5658.6424.4435.29
Hex706F440127383b1823
Octal160157104014770733043
Binary1110000110111110001000110011111100011101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,111,68); }

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

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

 a { background-color: rgb(112,111,68); }

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

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

 span { border-color: rgb(112,111,68); }

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