#716E4E

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

Shades of Hemlock #716E4E

Tints of Hemlock #716E4E

Color information

#716E4E (or 0x716E4E) is unknown color: approx Hemlock. HEX triplet: 71, 6E and 4E. RGB value is (113,110,78). Sum of RGB (Red+Green+Blue) = 113+110+78=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #716E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E4E is #8E91B1. Grayscale: #6B6B6B. Windows color (decimal): -9343410 or 5140081. OLE color: 5140081.

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

Color convert

RGB11311078-
CMYK00.030.310.56
HSL54.86º18.32%37.45%-
HSV(B)54.86º30.97%44.31%-
XYZ13.7615.219.42-
YUV107.25111.49132.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=37.54%
G=36.54%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131107800.030.310.5654.8618.3237.45
Hex716E4E031F38371225
Octal161156116033770672245
Binary1110001110111010011100111111111100011011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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