#716F3F

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

Shades of Hemlock #716F3F

Tints of Hemlock #716F3F

Color information

#716F3F (or 0x716F3F) is unknown color: approx Hemlock. HEX triplet: 71, 6F and 3F. RGB value is (113,111,63). Sum of RGB (Red+Green+Blue) = 113+111+63=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #716F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F3F is #8E90C0. Grayscale: #6A6A6A. Windows color (decimal): -9343169 or 4157297. OLE color: 4157297.

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

Color convert

RGB11311163-
CMYK00.020.440.56
HSL57.6º28.41%34.51%-
HSV(B)57.6º44.25%44.31%-
XYZ13.3915.246.94-
YUV106.13103.66132.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 111 (43.75% from 255) = 38.68%
BLUE value IS 63 (25% from 255) = 21.95%
R=39.37%
G=38.68%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131116300.020.440.5657.628.4134.51
Hex716F3F022C383a1c23
Octal16115777025470723443
Binary1110001110111111111101010110011100011101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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