#86763E

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

Shades of Go Ben #86763E

Tints of Go Ben #86763E

Color information

#86763E (or 0x86763E) is unknown color: approx Go Ben. HEX triplet: 86, 76 and 3E. RGB value is (134,118,62). Sum of RGB (Red+Green+Blue) = 134+118+62=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86763E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86763E is #7989C1. Grayscale: #747474. Windows color (decimal): -7965122 or 4093574. OLE color: 4093574.

HSL color Cylindrical-coordinate representation of color #86763E: hue angle of 46.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86763E is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB13411862-
CMYK00.120.540.47
HSL46.67º36.73%38.43%-
HSV(B)46.67º53.73%52.55%-
XYZ17.1818.377.2-
YUV116.497.3140.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 62 (24.61% from 255) = 19.75%
R=42.68%
G=37.58%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341186200.120.540.4746.6736.7338.43
Hex86763E0C362F2f2526
Octal206166760146657574546
Binary10000110111011011111001100110110101111101111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86763E; }

 p { color: rgb(134,118,62); }

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

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

 a { background-color: rgb(134,118,62); }

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

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

 span { border-color: rgb(134,118,62); }

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