#806F43

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

Shades of Go Ben #806F43

Tints of Go Ben #806F43

Color information

#806F43 (or 0x806F43) is unknown color: approx Go Ben. HEX triplet: 80, 6F and 43. RGB value is (128,111,67). Sum of RGB (Red+Green+Blue) = 128+111+67=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #806F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806F43 is #7F90BC. Grayscale: #6F6F6F. Windows color (decimal): -8360125 or 4419456. OLE color: 4419456.

HSL color Cylindrical-coordinate representation of color #806F43: hue angle of 43.28º degrees, saturation: 0.31, 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 #806F43 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB12811167-
CMYK00.130.480.50
HSL43.28º31.28%38.24%-
HSV(B)43.28º47.66%50.2%-
XYZ15.616.367.65-
YUV111.07103.13140.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.83%
GREEN value IS 111 (43.75% from 255) = 36.27%
BLUE value IS 67 (26.56% from 255) = 21.90%
R=41.83%
G=36.27%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281116700.130.480.5043.2831.2838.24
Hex806F430D30322b1f26
Octal2001571030156062533746
Binary10000000110111110000110110111000011001010101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,111,67); }

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

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

 a { background-color: rgb(128,111,67); }

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

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

 span { border-color: rgb(128,111,67); }

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