#806E42

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

Shades of Go Ben #806E42

Tints of Go Ben #806E42

Color information

#806E42 (or 0x806E42) is unknown color: approx Go Ben. HEX triplet: 80, 6E and 42. RGB value is (128,110,66). Sum of RGB (Red+Green+Blue) = 128+110+66=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #806E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806E42 is #7F91BD. Grayscale: #6E6E6E. Windows color (decimal): -8360382 or 4353664. OLE color: 4353664.

HSL color Cylindrical-coordinate representation of color #806E42: hue angle of 42.58º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806E42 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB12811066-
CMYK00.140.480.50
HSL42.58º31.96%38.04%-
HSV(B)42.58º48.44%50.2%-
XYZ15.4616.137.45-
YUV110.37102.96140.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.11%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=42.11%
G=36.18%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281106600.140.480.5042.5831.9638.04
Hex806E420E30322b2026
Octal2001561020166062534046
Binary100000001101110100001001110110000110010101011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806E42; }

 p { color: rgb(128,110,66); }

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

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

 a { background-color: rgb(128,110,66); }

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

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

 span { border-color: rgb(128,110,66); }

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