#807646

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

Shades of Go Ben #807646

Tints of Go Ben #807646

Color information

#807646 (or 0x807646) is unknown color: approx Go Ben. HEX triplet: 80, 76 and 46. RGB value is (128,118,70). Sum of RGB (Red+Green+Blue) = 128+118+70=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #807646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807646 is #7F89B9. Grayscale: #737373. Windows color (decimal): -8358330 or 4617856. OLE color: 4617856.

HSL color Cylindrical-coordinate representation of color #807646: hue angle of 49.66º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #807646 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB12811870-
CMYK00.080.450.50
HSL49.66º29.29%38.82%-
HSV(B)49.66º45.31%50.2%-
XYZ16.4917.998.4-
YUV115.52102.31136.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.51%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 70 (27.73% from 255) = 22.15%
R=40.51%
G=37.34%
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.50
SystemRedGreenBlueCMYKHSL
Decimal1281187000.080.450.5049.6629.2938.82
Hex807646082D32321d27
Octal2001661060105562623547
Binary10000000111011010001100100010110111001011001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807646; }

 p { color: rgb(128,118,70); }

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

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

 a { background-color: rgb(128,118,70); }

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

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

 span { border-color: rgb(128,118,70); }

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