#706F42

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

Shades of Hemlock #706F42

Tints of Hemlock #706F42

Color information

#706F42 (or 0x706F42) is unknown color: approx Hemlock. HEX triplet: 70, 6F and 42. RGB value is (112,111,66). Sum of RGB (Red+Green+Blue) = 112+111+66=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #706F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F42 is #8F90BD. Grayscale: #6A6A6A. Windows color (decimal): -9408702 or 4353904. OLE color: 4353904.

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

Color convert

RGB11211166-
CMYK00.010.410.56
HSL58.7º25.84%34.9%-
HSV(B)58.7º41.07%43.92%-
XYZ13.3515.217.39-
YUV106.17105.33132.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 66 (26.17% from 255) = 22.84%
R=38.75%
G=38.41%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121116600.010.410.5658.725.8434.9
Hex706F420129383b1a23
Octal160157102015170733243
Binary1110000110111110000100110100111100011101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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