#706D4F

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

Shades of Hemlock #706D4F

Tints of Hemlock #706D4F

Color information

#706D4F (or 0x706D4F) is unknown color: approx Hemlock. HEX triplet: 70, 6D and 4F. RGB value is (112,109,79). Sum of RGB (Red+Green+Blue) = 112+109+79=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #706D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D4F is #8F92B0. Grayscale: #6A6A6A. Windows color (decimal): -9409201 or 5205360. OLE color: 5205360.

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

Color convert

RGB11210979-
CMYK00.030.290.56
HSL54.55º17.28%37.45%-
HSV(B)54.55º29.46%43.92%-
XYZ13.5614.959.57-
YUV106.48112.49131.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 109 (42.97% from 255) = 36.33%
BLUE value IS 79 (31.25% from 255) = 26.33%
R=37.33%
G=36.33%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121097900.030.290.5654.5517.2837.45
Hex706D4F031D38371125
Octal160155117033570672145
Binary1110000110110110011110111110111100011011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,109,79); }

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

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

 a { background-color: rgb(112,109,79); }

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

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

 span { border-color: rgb(112,109,79); }

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