#716A43

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

Shades of Go Ben #716A43

Tints of Go Ben #716A43

Color information

#716A43 (or 0x716A43) is unknown color: approx Go Ben. HEX triplet: 71, 6A and 43. RGB value is (113,106,67). Sum of RGB (Red+Green+Blue) = 113+106+67=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #716A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A43 is #8E95BC. Grayscale: #676767. Windows color (decimal): -9344445 or 4418161. OLE color: 4418161.

HSL color Cylindrical-coordinate representation of color #716A43: hue angle of 50.87º 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 #716A43 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB11310667-
CMYK00.060.410.56
HSL50.87º25.56%35.29%-
HSV(B)50.87º40.71%44.31%-
XYZ12.9814.227.37-
YUV103.65107.32134.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 106 (41.80% from 255) = 37.06%
BLUE value IS 67 (26.56% from 255) = 23.43%
R=39.51%
G=37.06%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131066700.060.410.5650.8725.5635.29
Hex716A43062938331a23
Octal161152103065170633243
Binary111000111010101000011011010100111100011001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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