#716D41

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

Shades of Hemlock #716D41

Tints of Hemlock #716D41

Color information

#716D41 (or 0x716D41) is unknown color: approx Hemlock. HEX triplet: 71, 6D and 41. RGB value is (113,109,65). Sum of RGB (Red+Green+Blue) = 113+109+65=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #716D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D41 is #8E92BE. Grayscale: #696969. Windows color (decimal): -9343679 or 4287857. OLE color: 4287857.

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

Color convert

RGB11310965-
CMYK00.040.420.56
HSL55º26.97%34.9%-
HSV(B)55º42.48%44.31%-
XYZ13.2314.837.17-
YUV105.18105.33133.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 65 (25.78% from 255) = 22.65%
R=39.37%
G=37.98%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131096500.040.420.565526.9734.9
Hex716D41042A38371b23
Octal161155101045270673343
Binary111000111011011000001010010101011100011011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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