#716A42

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

Shades of Go Ben #716A42

Tints of Go Ben #716A42

Color information

#716A42 (or 0x716A42) is unknown color: approx Go Ben. HEX triplet: 71, 6A and 42. RGB value is (113,106,66). Sum of RGB (Red+Green+Blue) = 113+106+66=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #716A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A42 is #8E95BD. Grayscale: #676767. Windows color (decimal): -9344446 or 4352625. OLE color: 4352625.

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

Color convert

RGB11310666-
CMYK00.060.420.56
HSL51.06º26.26%35.1%-
HSV(B)51.06º41.59%44.31%-
XYZ12.9514.217.22-
YUV103.53106.82134.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.65%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=39.65%
G=37.19%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131066600.060.420.5651.0626.2635.1
Hex716A42062A38331a23
Octal161152102065270633243
Binary111000111010101000010011010101011100011001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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