#706C46

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

Shades of Hemlock #706C46

Tints of Hemlock #706C46

Color information

#706C46 (or 0x706C46) is unknown color: approx Hemlock. HEX triplet: 70, 6C and 46. RGB value is (112,108,70). Sum of RGB (Red+Green+Blue) = 112+108+70=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #706C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C46 is #8F93B9. Grayscale: #696969. Windows color (decimal): -9409466 or 4615280. OLE color: 4615280.

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

Color convert

RGB11210870-
CMYK00.040.380.56
HSL54.29º23.08%35.69%-
HSV(B)54.29º37.5%43.92%-
XYZ13.1514.617.92-
YUV104.86108.33133.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 108 (42.58% from 255) = 37.24%
BLUE value IS 70 (27.73% from 255) = 24.14%
R=38.62%
G=37.24%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121087000.040.380.5654.2923.0835.69
Hex706C46042638361724
Octal160154106044670662744
Binary111000011011001000110010010011011100011011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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