#716F4A

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

Shades of Hemlock #716F4A

Tints of Hemlock #716F4A

Color information

#716F4A (or 0x716F4A) is unknown color: approx Hemlock. HEX triplet: 71, 6F and 4A. RGB value is (113,111,74). Sum of RGB (Red+Green+Blue) = 113+111+74=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #716F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F4A is #8E90B5. Grayscale: #6B6B6B. Windows color (decimal): -9343158 or 4878193. OLE color: 4878193.

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

Color convert

RGB11311174-
CMYK00.020.350.56
HSL56.92º20.86%36.67%-
HSV(B)56.92º34.51%44.31%-
XYZ13.7315.378.72-
YUV107.38109.16132.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 74 (29.30% from 255) = 24.83%
R=37.92%
G=37.25%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131117400.020.350.5656.9220.8636.67
Hex716F4A022338391525
Octal161157112024370712545
Binary11100011101111100101001010001111100011100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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