#716D3C

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

Shades of Hemlock #716D3C

Tints of Hemlock #716D3C

Color information

#716D3C (or 0x716D3C) is unknown color: approx Hemlock. HEX triplet: 71, 6D and 3C. RGB value is (113,109,60). Sum of RGB (Red+Green+Blue) = 113+109+60=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #716D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D3C is #8E92C3. Grayscale: #686868. Windows color (decimal): -9343684 or 3960177. OLE color: 3960177.

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

Color convert

RGB11310960-
CMYK00.040.470.56
HSL55.47º30.64%33.92%-
HSV(B)55.47º46.9%44.31%-
XYZ13.0914.776.44-
YUV104.61102.83133.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 109 (42.97% from 255) = 38.65%
BLUE value IS 60 (23.83% from 255) = 21.28%
R=40.07%
G=38.65%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131096000.040.470.5655.4730.6433.92
Hex716D3C042F38371f22
Octal16115574045770673742
Binary11100011101101111100010010111111100011011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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