#706B47

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

Shades of Hemlock #706B47

Tints of Hemlock #706B47

Color information

#706B47 (or 0x706B47) is unknown color: approx Hemlock. HEX triplet: 70, 6B and 47. RGB value is (112,107,71). Sum of RGB (Red+Green+Blue) = 112+107+71=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #706B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B47 is #8F94B8. Grayscale: #686868. Windows color (decimal): -9409721 or 4680560. OLE color: 4680560.

HSL color Cylindrical-coordinate representation of color #706B47: hue angle of 52.68º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #706B47 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB11210771-
CMYK00.040.370.56
HSL52.68º22.4%35.88%-
HSV(B)52.68º36.61%43.92%-
XYZ13.0814.428.05-
YUV104.39109.16133.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 107 (42.19% from 255) = 36.90%
BLUE value IS 71 (28.12% from 255) = 24.48%
R=38.62%
G=36.90%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121077100.040.370.5652.6822.435.88
Hex706B47042538351624
Octal160153107044570652644
Binary111000011010111000111010010010111100011010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,107,71); }

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

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

 a { background-color: rgb(112,107,71); }

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

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

 span { border-color: rgb(112,107,71); }

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