#716C3C

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

Shades of Hemlock #716C3C

Tints of Hemlock #716C3C

Color information

#716C3C (or 0x716C3C) is unknown color: approx Hemlock. HEX triplet: 71, 6C and 3C. RGB value is (113,108,60). Sum of RGB (Red+Green+Blue) = 113+108+60=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #716C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C3C is #8E93C3. Grayscale: #686868. Windows color (decimal): -9343940 or 3959921. OLE color: 3959921.

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

Color convert

RGB11310860-
CMYK00.040.470.56
HSL54.34º30.64%33.92%-
HSV(B)54.34º46.9%44.31%-
XYZ12.9914.566.4-
YUV104.02103.16134.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.21%
GREEN value IS 108 (42.58% from 255) = 38.43%
BLUE value IS 60 (23.83% from 255) = 21.35%
R=40.21%
G=38.43%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131086000.040.470.5654.3430.6433.92
Hex716C3C042F38361f22
Octal16115474045770663742
Binary11100011101100111100010010111111100011011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,108,60); }

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

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

 a { background-color: rgb(113,108,60); }

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

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

 span { border-color: rgb(113,108,60); }

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