#706E50

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

Shades of Hemlock #706E50

Tints of Hemlock #706E50

Color information

#706E50 (or 0x706E50) is unknown color: approx Hemlock. HEX triplet: 70, 6E and 50. RGB value is (112,110,80). Sum of RGB (Red+Green+Blue) = 112+110+80=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #706E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E50 is #8F91AF. Grayscale: #6B6B6B. Windows color (decimal): -9408944 or 5271152. OLE color: 5271152.

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

Color convert

RGB11211080-
CMYK00.020.290.56
HSL56.25º16.67%37.65%-
HSV(B)56.25º28.57%43.92%-
XYZ13.7115.189.8-
YUV107.18112.66131.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.09%
GREEN value IS 110 (43.36% from 255) = 36.42%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=37.09%
G=36.42%
B=26.49%

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
Decimal1121108000.020.290.5656.2516.6737.65
Hex706E50021D38381126
Octal160156120023570702146
Binary1110000110111010100000101110111100011100010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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