#716B43

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

Shades of Hemlock #716B43

Tints of Hemlock #716B43

Color information

#716B43 (or 0x716B43) is unknown color: approx Hemlock. HEX triplet: 71, 6B and 43. RGB value is (113,107,67). Sum of RGB (Red+Green+Blue) = 113+107+67=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #716B43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B43 is #8E94BC. Grayscale: #686868. Windows color (decimal): -9344189 or 4418417. OLE color: 4418417.

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

Color convert

RGB11310767-
CMYK00.050.410.56
HSL52.17º25.56%35.29%-
HSV(B)52.17º40.71%44.31%-
XYZ13.0814.437.41-
YUV104.23106.99134.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 67 (26.56% from 255) = 23.34%
R=39.37%
G=37.28%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131076700.050.410.5652.1725.5635.29
Hex716B43052938341a23
Octal161153103055170643243
Binary111000111010111000011010110100111100011010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,107,67); }

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

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

 a { background-color: rgb(113,107,67); }

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

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

 span { border-color: rgb(113,107,67); }

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