#716E4B

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

Shades of Hemlock #716E4B

Tints of Hemlock #716E4B

Color information

#716E4B (or 0x716E4B) is unknown color: approx Hemlock. HEX triplet: 71, 6E and 4B. RGB value is (113,110,75). Sum of RGB (Red+Green+Blue) = 113+110+75=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #716E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E4B is #8E91B4. Grayscale: #6B6B6B. Windows color (decimal): -9343413 or 4943473. OLE color: 4943473.

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

Color convert

RGB11311075-
CMYK00.030.340.56
HSL55.26º20.21%36.86%-
HSV(B)55.26º33.63%44.31%-
XYZ13.6615.178.87-
YUV106.91109.99132.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=37.92%
G=36.91%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131107500.030.340.5655.2620.2136.86
Hex716E4B032238371425
Octal161156113034270672445
Binary11100011101110100101101110001011100011011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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