#716F4F

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

Shades of Hemlock #716F4F

Tints of Hemlock #716F4F

Color information

#716F4F (or 0x716F4F) is unknown color: approx Hemlock. HEX triplet: 71, 6F and 4F. RGB value is (113,111,79). Sum of RGB (Red+Green+Blue) = 113+111+79=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #716F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F4F is #8E90B0. Grayscale: #6C6C6C. Windows color (decimal): -9343153 or 5205873. OLE color: 5205873.

HSL color Cylindrical-coordinate representation of color #716F4F: hue angle of 56.47º 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 #716F4F is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB11311179-
CMYK00.020.300.56
HSL56.47º17.71%37.65%-
HSV(B)56.47º30.09%44.31%-
XYZ13.9115.449.65-
YUV107.95111.66131.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 111 (43.75% from 255) = 36.63%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=37.29%
G=36.63%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131117900.020.300.5656.4717.7137.65
Hex716F4F021E38381226
Octal161157117023670702246
Binary1110001110111110011110101111011100011100010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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