#796F42

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

Shades of Go Ben #796F42

Tints of Go Ben #796F42

Color information

#796F42 (or 0x796F42) is unknown color: approx Go Ben. HEX triplet: 79, 6F and 42. RGB value is (121,111,66). Sum of RGB (Red+Green+Blue) = 121+111+66=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 121 - color contains mainly: red. Hex color #796F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F42 is #8690BD. Grayscale: #6D6D6D. Windows color (decimal): -8818878 or 4353913. OLE color: 4353913.

HSL color Cylindrical-coordinate representation of color #796F42: hue angle of 49.09º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #796F42 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB12111166-
CMYK00.080.450.53
HSL49.09º29.41%36.67%-
HSV(B)49.09º45.45%47.45%-
XYZ14.5515.837.44-
YUV108.86103.81136.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.60%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=40.60%
G=37.25%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211116600.080.450.5349.0929.4136.67
Hex796F42082D35311d25
Octal1711571020105565613545
Binary1111001110111110000100100010110111010111000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796F42; }

 p { color: rgb(121,111,66); }

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

<style>
 a { background-color: #796F42; }

 a { background-color: rgb(121,111,66); }

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

<style>
 span { border-color: #796F42; }

 span { border-color: rgb(121,111,66); }

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