#706F52

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

Shades of Hemlock #706F52

Tints of Hemlock #706F52

Color information

#706F52 (or 0x706F52) is unknown color: approx Hemlock. HEX triplet: 70, 6F and 52. RGB value is (112,111,82). Sum of RGB (Red+Green+Blue) = 112+111+82=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #706F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F52 is #8F90AD. Grayscale: #6C6C6C. Windows color (decimal): -9408686 or 5402480. OLE color: 5402480.

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

Color convert

RGB11211182-
CMYK00.010.270.56
HSL58º15.46%38.04%-
HSV(B)58º26.79%43.92%-
XYZ13.8915.4210.23-
YUV107.99113.33130.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=36.72%
G=36.39%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121118200.010.270.565815.4638.04
Hex706F52011B383af26
Octal160157122013370721746
Binary11100001101111101001001110111110001110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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