#706C3D

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

Shades of Hemlock #706C3D

Tints of Hemlock #706C3D

Color information

#706C3D (or 0x706C3D) is unknown color: approx Hemlock. HEX triplet: 70, 6C and 3D. RGB value is (112,108,61). Sum of RGB (Red+Green+Blue) = 112+108+61=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C3D is #8F93C2. Grayscale: #686868. Windows color (decimal): -9409475 or 4025456. OLE color: 4025456.

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

Color convert

RGB11210861-
CMYK00.040.460.56
HSL55.29º29.48%33.92%-
HSV(B)55.29º45.54%43.92%-
XYZ12.8914.516.54-
YUV103.84103.83133.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 108 (42.58% from 255) = 38.43%
BLUE value IS 61 (24.22% from 255) = 21.71%
R=39.86%
G=38.43%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121086100.040.460.5655.2929.4833.92
Hex706C3D042E38371d22
Octal16015475045670673542
Binary11100001101100111101010010111011100011011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,108,61); }

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

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

 a { background-color: rgb(112,108,61); }

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

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

 span { border-color: rgb(112,108,61); }

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