#716A44

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

Shades of Go Ben #716A44

Tints of Go Ben #716A44

Color information

#716A44 (or 0x716A44) is unknown color: approx Go Ben. HEX triplet: 71, 6A and 44. RGB value is (113,106,68). Sum of RGB (Red+Green+Blue) = 113+106+68=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #716A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A44 is #8E95BB. Grayscale: #676767. Windows color (decimal): -9344444 or 4483697. OLE color: 4483697.

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

Color convert

RGB11310668-
CMYK00.060.400.56
HSL50.67º24.86%35.49%-
HSV(B)50.67º39.82%44.31%-
XYZ13.0114.247.53-
YUV103.76107.82134.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 68 (26.95% from 255) = 23.69%
R=39.37%
G=36.93%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131066800.060.400.5650.6724.8635.49
Hex716A44062838331923
Octal161152104065070633143
Binary111000111010101000100011010100011100011001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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