#706D50

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

Shades of Hemlock #706D50

Tints of Hemlock #706D50

Color information

#706D50 (or 0x706D50) is unknown color: approx Hemlock. HEX triplet: 70, 6D and 50. RGB value is (112,109,80). Sum of RGB (Red+Green+Blue) = 112+109+80=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #706D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D50 is #8F92AF. Grayscale: #6A6A6A. Windows color (decimal): -9409200 or 5270896. OLE color: 5270896.

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

Color convert

RGB11210980-
CMYK00.030.290.56
HSL54.38º16.67%37.65%-
HSV(B)54.38º28.57%43.92%-
XYZ13.614.969.76-
YUV106.59112.99131.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=37.21%
G=36.21%
B=26.58%

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
Decimal1121098000.030.290.5654.3816.6737.65
Hex706D50031D38361126
Octal160155120033570662146
Binary1110000110110110100000111110111100011011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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