#716E4F

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

Shades of Hemlock #716E4F

Tints of Hemlock #716E4F

Color information

#716E4F (or 0x716E4F) is unknown color: approx Hemlock. HEX triplet: 71, 6E and 4F. RGB value is (113,110,79). Sum of RGB (Red+Green+Blue) = 113+110+79=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #716E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E4F is #8E91B0. Grayscale: #6B6B6B. Windows color (decimal): -9343409 or 5205617. OLE color: 5205617.

HSL color Cylindrical-coordinate representation of color #716E4F: hue angle of 54.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #716E4F is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB11311079-
CMYK00.030.300.56
HSL54.71º17.71%37.65%-
HSV(B)54.71º30.09%44.31%-
XYZ13.815.239.61-
YUV107.36111.99132.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 110 (43.36% from 255) = 36.42%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=37.42%
G=36.42%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131107900.030.300.5654.7117.7137.65
Hex716E4F031E38371226
Octal161156117033670672246
Binary1110001110111010011110111111011100011011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,110,79); }

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

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

 a { background-color: rgb(113,110,79); }

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

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

 span { border-color: rgb(113,110,79); }

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