#716F4C

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

Shades of Hemlock #716F4C

Tints of Hemlock #716F4C

Color information

#716F4C (or 0x716F4C) is unknown color: approx Hemlock. HEX triplet: 71, 6F and 4C. RGB value is (113,111,76). Sum of RGB (Red+Green+Blue) = 113+111+76=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #716F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F4C is #8E90B3. Grayscale: #6B6B6B. Windows color (decimal): -9343156 or 5009265. OLE color: 5009265.

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

Color convert

RGB11311176-
CMYK00.020.330.56
HSL56.76º19.58%37.06%-
HSV(B)56.76º32.74%44.31%-
XYZ13.815.49.08-
YUV107.61110.16131.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.67%
GREEN value IS 111 (43.75% from 255) = 37%
BLUE value IS 76 (30.08% from 255) = 25.33%
R=37.67%
G=37%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131117600.020.330.5656.7619.5837.06
Hex716F4C022138391425
Octal161157114024170712445
Binary11100011101111100110001010000111100011100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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