#716D44

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

Shades of Hemlock #716D44

Tints of Hemlock #716D44

Color information

#716D44 (or 0x716D44) is unknown color: approx Hemlock. HEX triplet: 71, 6D and 44. RGB value is (113,109,68). Sum of RGB (Red+Green+Blue) = 113+109+68=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #716D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D44 is #8E92BB. Grayscale: #696969. Windows color (decimal): -9343676 or 4484465. OLE color: 4484465.

HSL color Cylindrical-coordinate representation of color #716D44: hue angle of 54.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #716D44 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB11310968-
CMYK00.040.400.56
HSL54.67º24.86%35.49%-
HSV(B)54.67º39.82%44.31%-
XYZ13.3214.877.64-
YUV105.52106.83133.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 109 (42.97% from 255) = 37.59%
BLUE value IS 68 (26.95% from 255) = 23.45%
R=38.97%
G=37.59%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131096800.040.400.5654.6724.8635.49
Hex716D44042838371923
Octal161155104045070673143
Binary111000111011011000100010010100011100011011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716D44; }

 p { color: rgb(113,109,68); }

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

<style>
 a { background-color: #716D44; }

 a { background-color: rgb(113,109,68); }

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

<style>
 span { border-color: #716D44; }

 span { border-color: rgb(113,109,68); }

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