#706C43

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

Shades of Hemlock #706C43

Tints of Hemlock #706C43

Color information

#706C43 (or 0x706C43) is unknown color: approx Hemlock. HEX triplet: 70, 6C and 43. RGB value is (112,108,67). Sum of RGB (Red+Green+Blue) = 112+108+67=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #706C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C43 is #8F93BC. Grayscale: #686868. Windows color (decimal): -9409469 or 4418672. OLE color: 4418672.

HSL color Cylindrical-coordinate representation of color #706C43: hue angle of 54.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #706C43 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB11210867-
CMYK00.040.400.56
HSL54.67º25.14%35.1%-
HSV(B)54.67º40.18%43.92%-
XYZ13.0614.587.44-
YUV104.52106.83133.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 67 (26.56% from 255) = 23.34%
R=39.02%
G=37.63%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121086700.040.400.5654.6725.1435.1
Hex706C43042838371923
Octal160154103045070673143
Binary111000011011001000011010010100011100011011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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