#706F45

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

Shades of Hemlock #706F45

Tints of Hemlock #706F45

Color information

#706F45 (or 0x706F45) is unknown color: approx Hemlock. HEX triplet: 70, 6F and 45. RGB value is (112,111,69). Sum of RGB (Red+Green+Blue) = 112+111+69=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #706F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F45 is #8F90BA. Grayscale: #6A6A6A. Windows color (decimal): -9408699 or 4550512. OLE color: 4550512.

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

Color convert

RGB11211169-
CMYK00.010.380.56
HSL58.6º23.76%35.49%-
HSV(B)58.6º38.39%43.92%-
XYZ13.4415.247.86-
YUV106.51106.83131.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 111 (43.75% from 255) = 38.01%
BLUE value IS 69 (27.34% from 255) = 23.63%
R=38.36%
G=38.01%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121116900.010.380.5658.623.7635.49
Hex706F450126383b1823
Octal160157105014670733043
Binary1110000110111110001010110011011100011101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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