#706C4A

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

Shades of Hemlock #706C4A

Tints of Hemlock #706C4A

Color information

#706C4A (or 0x706C4A) is unknown color: approx Hemlock. HEX triplet: 70, 6C and 4A. RGB value is (112,108,74). Sum of RGB (Red+Green+Blue) = 112+108+74=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #706C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C4A is #8F93B5. Grayscale: #696969. Windows color (decimal): -9409462 or 4877424. OLE color: 4877424.

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

Color convert

RGB11210874-
CMYK00.040.340.56
HSL53.68º20.43%36.47%-
HSV(B)53.68º33.93%43.92%-
XYZ13.2814.668.61-
YUV105.32110.33132.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=38.10%
G=36.73%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121087400.040.340.5653.6820.4336.47
Hex706C4A042238361424
Octal160154112044270662444
Binary111000011011001001010010010001011100011011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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