#716F51

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

Shades of Hemlock #716F51

Tints of Hemlock #716F51

Color information

#716F51 (or 0x716F51) is unknown color: approx Hemlock. HEX triplet: 71, 6F and 51. RGB value is (113,111,81). Sum of RGB (Red+Green+Blue) = 113+111+81=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #716F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F51 is #8E90AE. Grayscale: #6C6C6C. Windows color (decimal): -9343151 or 5336945. OLE color: 5336945.

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

Color convert

RGB11311181-
CMYK00.020.280.56
HSL56.25º16.49%38.04%-
HSV(B)56.25º28.32%44.31%-
XYZ13.9815.4710.03-
YUV108.18112.66131.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=37.05%
G=36.39%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131118100.020.280.5656.2516.4938.04
Hex716F51021C38381026
Octal161157121023470702046
Binary1110001110111110100010101110011100011100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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