#706C41

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

Shades of Hemlock #706C41

Tints of Hemlock #706C41

Color information

#706C41 (or 0x706C41) is unknown color: approx Hemlock. HEX triplet: 70, 6C and 41. RGB value is (112,108,65). Sum of RGB (Red+Green+Blue) = 112+108+65=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #706C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C41 is #8F93BE. Grayscale: #686868. Windows color (decimal): -9409471 or 4287600. OLE color: 4287600.

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

Color convert

RGB11210865-
CMYK00.040.420.56
HSL54.89º26.55%34.71%-
HSV(B)54.89º41.96%43.92%-
XYZ1314.557.12-
YUV104.29105.83133.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 65 (25.78% from 255) = 22.81%
R=39.30%
G=37.89%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121086500.040.420.5654.8926.5534.71
Hex706C41042A38371b23
Octal160154101045270673343
Binary111000011011001000001010010101011100011011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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